ApTask ACE
Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit
Was ist ApTask ACE?
ApTask ACE ist eine Chrome-Erweiterung, die von ApTask entwickelt wurde, und ihr Hauptmerkmal ist "Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit".
Erweiterungsscreenshots
ApTask ACE-Erweiterungs-CRX-Datei herunterladen
Laden Sie ApTask ACE-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
ApTask Chrome Plugin * Add Resume to JobDiva * Call Candidate from JobDiva * SMS Candidate from JobDiva
Grundlegende Informationen zur Erweiterung
Name | ApTask ACE |
ID | bahdhdbpmfjgaibpbhecghjalioepncg |
Offizielle URL | https://chromewebstore.google.com/detail/aptask-ace/bahdhdbpmfjgaibpbhecghjalioepncg |
Beschreibung | Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit |
Dateigröße | 4.33 MB |
Installationsanzahl | 257 |
Aktuelle Version | 4.1.8 |
Letztes Update | 2024-03-05 |
Veröffentlichungsdatum | 2020-06-30 |
Bewertung | 5.00/5 Insgesamt 41 Bewertungen |
Entwickler | ApTask |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.aptask.com |
Hilfeseite URL | https://www.aptask.com/contact-us/ |
URL der Datenschutzrichtlinien-Seite | https://www.aptask.com/privacy-policy |
Unterstützte Sprachen | 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:\/\/*\/*" ] } ] } |