From 4db06c32736f48a8b5082322a8f681fff1a52b6b Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 29 Jan 2022 15:34:08 +0600 Subject: [PATCH] Add JobAdder / recruitment-staffing --- .../webextension/images/icons/JobAdder.png | Bin 0 -> 366 bytes src/technologies/j.json | 23 +++++++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/JobAdder.png diff --git a/src/drivers/webextension/images/icons/JobAdder.png b/src/drivers/webextension/images/icons/JobAdder.png new file mode 100644 index 0000000000000000000000000000000000000000..6e0dff00bb3f9c2aa65eff8d94eed5f12b38ac94 GIT binary patch literal 366 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyEa{HEjtmSN`?>!lvI6;x#X;^) z4C~IxyaaOc1AIbUeKHIG|NkGiD2irX4T-{rhLxe_OTr`q6t| z^4C7qXua|3^Y1yw-zqjfgTe~DWM4fI^L&z literal 0 HcmV?d00001 diff --git a/src/technologies/j.json b/src/technologies/j.json index 1fe9608a4..bd33b5525 100644 --- a/src/technologies/j.json +++ b/src/technologies/j.json @@ -400,10 +400,27 @@ "scriptSrc": "\\.jivosite\\.com", "website": "https://www.jivosite.com" }, + "JobAdder": { + "cats": [ + 101 + ], + "description": "JobAdder is a cloud-based recruitment management platform for staffing agencies and in-house corporate hiring teams.", + "icon": "JobAdder.png", + "dom": "a[href*='clientapps.jobadder.com/'], link[href*='jobadder.com']", + "scriptSrc": "\\.jobadder\\.com/", + "saas": true, + "pricing": [ + "payg", + "recurring" + ], + "website": "https://jobadder.com" + }, "JobberBase": { "cats": [ - 19 + 19, + 101 ], + "description": "Jobberbase is an open-source job board platform that enables the creation of job sites.", "icon": "JobberBase.png", "implies": "PHP", "js": { @@ -412,6 +429,10 @@ "meta": { "generator": "Jobberbase" }, + "oss": true, + "pricing": [ + "freemium" + ], "website": "http://www.jobberbase.com" }, "JoomShopping": {