Avionte Echo

Quickly Import Contact and Applicants into your Applicant Tracking System from your favorite Recruiting or Social Media Platform

Τι είναι το Avionte Echo;

Το Avionte Echo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mycompas.com, και η κύρια λειτουργία του είναι "Quickly Import Contact and Applicants into your Applicant Tracking System from your favorite Recruiting or Social Media Platform".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Avionte Echo

Λήψη αρχείων επέκτασης 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 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\/*"
        ]
    }
}