ApTask ACE
Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit
Vad är ApTask ACE?
ApTask ACE är en Chrome-tillägg utvecklad av ApTask, och dess huvudfunktion är "Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit".
Tilläggsskärmbilder
Ladda ner ApTask ACE-förlängningens CRX-fil
Ladda ner ApTask ACE-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
ApTask Chrome Plugin
* Add Resume to JobDiva
* Call Candidate from JobDiva
* SMS Candidate from JobDiva Grundläggande Information om Tillägg
| Namn | |
| ID | bahdhdbpmfjgaibpbhecghjalioepncg |
| Officiell webbadress | https://chromewebstore.google.com/detail/aptask-ace/bahdhdbpmfjgaibpbhecghjalioepncg |
| Beskrivning | Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit |
| Filstorlek | 4.33 MB |
| Antal Installationer | 257 |
| Aktuell Version | 4.1.8 |
| Senast Uppdaterad | 2024-03-05 |
| Publiceringsdatum | 2020-06-30 |
| Betyg | 5.00/5 Totalt 41 Betyg |
| Utvecklare | ApTask |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.aptask.com |
| Hjälpsida URL | https://www.aptask.com/contact-us/ |
| URL till Sekretesspolicy Sidan | https://www.aptask.com/privacy-policy |
| Stödda Språk | 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:\/\/*\/*"
]
}
]
} | |