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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } } |