Avature Import Extension

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

Wat is Avature Import Extension?

Avature Import Extension is een Chrome-extensie ontwikkeld door Avature, en de belangrijkste functie is "This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Avature Import Extension

Download Avature Import Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Avature Import Extension Avature Import Extension
ID jhebmnhkiibndelgcgpgcacgckcbaail
Officiële URL https://chromewebstore.google.com/detail/avature-import-extension/jhebmnhkiibndelgcgpgcacgckcbaail
Beschrijving This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature.
Bestandsgrootte 703 KB
Aantal Installaties 20,000
Huidige Versie 2.4
Laatst Bijgewerkt 2024-02-25
Publicatiedatum 2020-06-20
Beoordeling 5.00/5 Totaal 17 Beoordelingen
Ontwikkelaar Avature
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}