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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly Import Contact and Applicants into your Applicant Tracking System from your favorite Recruiting or Social Media Platform"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Avionte Echo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/*"
        ]
    }
}