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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Avature และคุณลักษณะหลักของมันคือ "This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Avature Import Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}