PeopleAdder
PeopleAdder
What is PeopleAdder?
PeopleAdder is a Chrome extension developed by https://jobadder.com, and its main feature is "PeopleAdder".
Extension Screenshots
Download PeopleAdder Extension CRX File
Download PeopleAdder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
JobAdder's PeopleAdder Chrome Extension lets you easily link people profiles from common social media sites and people aggregator sites such as HiringSolved.com to a person profile in JobAdder.
Extension Basic Information
Name | PeopleAdder |
ID | ecigphahdpkajiknklapkobmlmchmcfl |
Official URL | https://chromewebstore.google.com/detail/peopleadder/ecigphahdpkajiknklapkobmlmchmcfl |
Description | PeopleAdder |
File Size | 267 KB |
Installation Count | 8,685 |
Current Version | 8.1.0 |
Last Updated | 2023-03-20 |
Publish Date | 2020-03-05 |
Rating | 3.33/5 Total 12 Ratings |
Developer | https://jobadder.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://jobadder.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PeopleAdder", "version": "8.1.0", "manifest_version": 3, "description": "PeopleAdder", "icons": { "16": "images\/icon-16.png", "38": "images\/icon-38.png", "48": "images\/icon-48.png", "96": "images\/icon-96.png", "128": "images\/icon-128.png" }, "action": { "default_icon": { "16": "images\/icon-gray-16.png", "38": "images\/icon-gray-38.png" }, "default_title": "PeopleAdder", "default_popup": "popup.html" }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/hiringsolved.com\/*\/*", "https:\/\/hiringsolved.com\/*\/*", "http:\/\/www.facebook.com\/*\/*", "https:\/\/www.facebook.com\/*\/*", "http:\/\/twitter.com\/*\/*", "https:\/\/twitter.com\/*\/*" ], "js": [ "scripts\/jquery-2.1.1.min.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "declarativeContent", "scripting" ], "host_permissions": [ "http:\/\/twitter.com\/*\/*", "https:\/\/twitter.com\/*\/*", "http:\/\/www.facebook.com\/*\/*", "https:\/\/www.facebook.com\/*\/*", "http:\/\/hiringsolved.com\/*\/*", "https:\/\/hiringsolved.com\/*\/*", "https:\/\/*.jobadder.com\/*\/*", "https:\/\/*.jobadder.build\/*\/*" ] } |