Avature Import Extension

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

Was ist Avature Import Extension?

Avature Import Extension ist eine Chrome-Erweiterung, die von Avature entwickelt wurde, und ihr Hauptmerkmal ist "This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Avature Import Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Avature Import Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Avature Import Extension Avature Import Extension
ID jhebmnhkiibndelgcgpgcacgckcbaail
Offizielle URL https://chromewebstore.google.com/detail/avature-import-extension/jhebmnhkiibndelgcgpgcacgckcbaail
Beschreibung This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature.
Dateigröße 703 KB
Installationsanzahl 20,000
Aktuelle Version 2.4
Letztes Update 2024-02-25
Veröffentlichungsdatum 2020-06-20
Bewertung 5.00/5 Insgesamt 17 Bewertungen
Entwickler Avature
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}