Avature Import Extension

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

什麼是Avature Import Extension?

Avature Import Extension是由Avature開發的Chrome擴展程式,該擴展的主要功能是“This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Avature Import Extension擴展crx文件

下載Avature Import Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Avature Import Extension Avature Import Extension
ID jhebmnhkiibndelgcgpgcacgckcbaail
官方網址 https://chromewebstore.google.com/detail/avature-import-extension/jhebmnhkiibndelgcgpgcacgckcbaail
簡介 This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature.
檔案大小 703 KB
安裝次數 20,000
目前版本 2.4
更新時間 2024-02-25
上架時間 2020-06-20
評分 5.00/5 共 17 次評分
開發者 Avature
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}