Avionte Echo
Quickly Import Contact and Applicants into your Applicant Tracking System from your favorite Recruiting or Social Media Platform
Avionte Echoとは何ですか?
Avionte Echoはhttps://mycompas.comによって開発されたChromeの拡張機能で、その主な機能は「Quickly Import Contact and Applicants into your Applicant Tracking System from your favorite Recruiting or Social Media Platform」です。
拡張機能のスクリーンショット
Avionte Echo拡張機能のCRXファイルをダウンロード
Avionte Echo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Echo allows users of Avionté (previously COMPAS) to quickly and effectively Import Candidates and Contacts from various web locations directly into your applicant tracking system. This Import Utility integrates with your configuration to support all the customizations and data integrity requirements for your individual company! All users must have an Avionte account https://www.avionte.com/
拡張機能の基本情報
名前 | Avionte Echo |
ID | pcdpmeeakgehfnimhbgfpcgcmhmglajd |
公式URL | https://chromewebstore.google.com/detail/avionte-echo/pcdpmeeakgehfnimhbgfpcgcmhmglajd |
説明 | Quickly Import Contact and Applicants into your Applicant Tracking System from your favorite Recruiting or Social Media Platform |
ファイルサイズ | 91.58 KB |
インストール数 | 7,184 |
現在のバージョン | 1.20.0801 |
最終更新日 | 2022-06-30 |
公開日 | 2019-08-02 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | https://mycompas.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.avionte.com/ |
プライバシーポリシーページのURL | https://www.avionte.com/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/mycompas.com https:\/\/myavionte.com; object-src 'self'", "name": "Avionte Echo", "description": "Quickly Import Contact and Applicants into your Applicant Tracking System from your favorite Recruiting or Social Media Platform", "icons": { "16": "img\/Avionte_Favicon_16.png", "24": "img\/Avionte_Favicon_24.png", "32": "img\/Avionte_Favicon_32.png", "64": "img\/Avionte_Favicon_64.png", "128": "img\/Avionte_Favicon_128.png" }, "version": "1.20.0801", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-1.11.1.min.js", "content.js" ], "css": [ "content.css" ], "run_at": "document_end" } ], "background": { "scripts": [ "jquery-1.11.1.min.js", "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "background", "tabs", "storage", "webRequest", "webRequestBlocking" ], "web_accessible_resources": [ "*.json", "*.js", "*.css", "*.eot", "*.svg", "*.ttf", "fonts\/*.woff" ], "externally_connectable": { "matches": [ "*:\/\/*.mycompas.com\/*", "*:\/\/mycompas.com\/*", "*:\/\/*.myavionte.com\/*", "*:\/\/myavionte.com\/*" ] } } |