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 là gì?

Avature Import Extension là một tiện ích mở rộng Chrome được phát triển bởi Avature, và tính năng chính của nó là "This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Avature Import Extension

Tải xuống các tệp mở rộng Avature Import Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Avature Import Extension Avature Import Extension
ID jhebmnhkiibndelgcgpgcacgckcbaail
URL Chính Thức https://chromewebstore.google.com/detail/avature-import-extension/jhebmnhkiibndelgcgpgcacgckcbaail
Mô tả This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature.
Kích Thước Tệp 703 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 2.4
Cập Nhật Lần Cuối 2024-02-25
Ngày Phát Hành 2020-06-20
Đánh Giá 5.00/5 Tổng số 17 Đánh Giá
Nhà Phát Triển Avature
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}