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 |
电子邮箱 | [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\/*" ] } } |