ApTask ACE
Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit
什么是ApTask ACE?
ApTask ACE是由ApTask开发的Chrome扩展程序,该扩展的主要功能是“Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit”。
扩展截图
下载ApTask ACE扩展crx文件
下载ApTask ACE扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ApTask Chrome Plugin * Add Resume to JobDiva * Call Candidate from JobDiva * SMS Candidate from JobDiva
扩展基本信息
名称 | ApTask ACE |
ID | bahdhdbpmfjgaibpbhecghjalioepncg |
官方URL | https://chromewebstore.google.com/detail/aptask-ace/bahdhdbpmfjgaibpbhecghjalioepncg |
简介 | Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit |
文件大小 | 4.33 MB |
安装次数 | 257 |
当前版本 | 4.1.8 |
更新时间 | 2024-03-05 |
上架时间 | 2020-06-30 |
评分 | 5.00/5 共41次评分 |
开发者 | ApTask |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.aptask.com |
帮助页面URL | https://www.aptask.com/contact-us/ |
隐私政策页面URL | https://www.aptask.com/privacy-policy |
支持的语言 | 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:\/\/*\/*" ] } ] } |