ApTask ACE
Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit
Wat is ApTask ACE?
ApTask ACE is een Chrome-extensie ontwikkeld door ApTask, en de belangrijkste functie is "Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit".
Extensie Screenshots
Download het CRX-bestand van de extensie ApTask ACE
Download ApTask ACE-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
ApTask Chrome Plugin * Add Resume to JobDiva * Call Candidate from JobDiva * SMS Candidate from JobDiva
Basisinformatie over de Extensie
Naam | ApTask ACE |
ID | bahdhdbpmfjgaibpbhecghjalioepncg |
Officiële URL | https://chromewebstore.google.com/detail/aptask-ace/bahdhdbpmfjgaibpbhecghjalioepncg |
Beschrijving | Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit |
Bestandsgrootte | 4.33 MB |
Aantal Installaties | 257 |
Huidige Versie | 4.1.8 |
Laatst Bijgewerkt | 2024-03-05 |
Publicatiedatum | 2020-06-30 |
Beoordeling | 5.00/5 Totaal 41 Beoordelingen |
Ontwikkelaar | ApTask |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.aptask.com |
Help Pagina-URL | https://www.aptask.com/contact-us/ |
URL van de Privacybeleid Pagina | https://www.aptask.com/privacy-policy |
Ondersteunde Talen | 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:\/\/*\/*" ] } ] } |