Avature Import Extension

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

What is Avature Import Extension?

Avature Import Extension is a Chrome extension developed by Avature, and its main feature is "This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Avature Import Extension Extension CRX File

Download Avature Import Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Avature Import Extension Avature Import Extension
ID jhebmnhkiibndelgcgpgcacgckcbaail
Official URL https://chromewebstore.google.com/detail/avature-import-extension/jhebmnhkiibndelgcgpgcacgckcbaail
Description This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature.
File Size 703 KB
Installation Count 20,000
Current Version 2.4
Last Updated 2024-02-25
Publish Date 2020-06-20
Rating 5.00/5 Total 17 Ratings
Developer Avature
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}