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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}