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 |
Eメール | [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:\/\/*\/*" ] } ] } |