Avature Import Extension

This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature.

Cos'è Avature Import Extension?

Avature Import Extension è un'estensione di Chrome sviluppata da Avature, e la sua funzione principale è "This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Avature Import Extension

Scarica i file di estensione Avature Import Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        To get started, please contact your Avature representative or reach out to [email protected].                    

Informazioni di Base sull'Estensione

Nome Avature Import Extension Avature Import Extension
ID jhebmnhkiibndelgcgpgcacgckcbaail
URL Ufficiale https://chromewebstore.google.com/detail/avature-import-extension/jhebmnhkiibndelgcgpgcacgckcbaail
Descrizione This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature.
Dimensione del File 703 KB
Conteggio Installazioni 20,000
Versione Corrente 2.4
Ultimo Aggiornamento 2024-02-25
Data di Pubblicazione 2020-06-20
Valutazione 5.00/5 Totale 17 Valutazioni
Sviluppatore Avature
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Avature Import Extension",
    "short_name": "AvaImport",
    "version": "2.4",
    "manifest_version": 3,
    "description": "This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature.",
    "permissions": [
        "activeTab",
        "cookies",
        "downloads",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon_red16.png",
            "32": "icon_red32.png",
            "48": "icon_red48.png",
            "128": "icon_red128.png"
        }
    },
    "icons": {
        "16": "icon_red16.png",
        "32": "icon_red32.png",
        "48": "icon_red48.png",
        "128": "icon_red128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "\/scripts.js"
            ],
            "css": [
                "\/scripts.css"
            ]
        }
    ]
}