ApTask ACE
Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit
What is ApTask ACE?
ApTask ACE is a Chrome extension developed by ApTask, and its main feature is "Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit".
Extension Screenshots
Download ApTask ACE Extension CRX File
Download ApTask ACE 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
ApTask Chrome Plugin * Add Resume to JobDiva * Call Candidate from JobDiva * SMS Candidate from JobDiva
Extension Basic Information
Name | ApTask ACE |
ID | bahdhdbpmfjgaibpbhecghjalioepncg |
Official URL | https://chromewebstore.google.com/detail/aptask-ace/bahdhdbpmfjgaibpbhecghjalioepncg |
Description | Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit |
File Size | 4.33 MB |
Installation Count | 257 |
Current Version | 4.1.8 |
Last Updated | 2024-03-05 |
Publish Date | 2020-06-30 |
Rating | 5.00/5 Total 41 Ratings |
Developer | ApTask |
[email protected] | |
Payment Type | free |
Extension Website | https://www.aptask.com |
Help Page URL | https://www.aptask.com/contact-us/ |
Privacy Policy Page URL | https://www.aptask.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ApTask ACE", "version": "4.1.8", "icons": { "128": "Assets\/Icons\/icon-128.png" }, "description": "Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit", "short_name": "ApTask ACE", "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "js\/contentScript.bundle.js" ], "run_at": "document_start" } ], "permissions": [ "tabs", "storage", "unlimitedStorage", "scripting", "debugger", "activeTab" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "author": "ApTask", "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true }, "minimum_chrome_version": "88", "action": { "default_icon": { "128": "Assets\/Icons\/icon-128.png" }, "default_title": "ApTask ACE" }, "background": { "service_worker": "js\/background.bundle.js" }, "web_accessible_resources": [ { "resources": [ "Assets\/*" ], "matches": [ "https:\/\/*\/*" ] } ] } |