Appulate Weblink Toolbar

Appulate Weblink™ is a browser plugin designed to simplify the submission process to carriers that operate outside Appulate. It…

Appulate Weblink Toolbar란 무엇입니까?

Appulate Weblink Toolbar은(는) https://appulate.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Appulate Weblink™ is a browser plugin designed to simplify the submission process to carriers that operate outside Appulate. It…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Appulate Weblink Toolbar 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Appulate Weblink™ is a browser plugin designed to simplify the submission process to carriers that operate outside Appulate. 

It is used to automatically fill out questionnaires on carriers’ websites (portals) with the data previously entered or uploaded in the Appulate system.                    

확장 프로그램 기본 정보

이름 Appulate Weblink Toolbar Appulate Weblink Toolbar
ID enflemcandibjifcelngbchmjfagkkni
공식 URL https://chromewebstore.google.com/detail/appulate-weblink-toolbar/enflemcandibjifcelngbchmjfagkkni
설명 Appulate Weblink™ is a browser plugin designed to simplify the submission process to carriers that operate outside Appulate. It…
파일 크기 109 KB
설치 횟수 1,166
현재 버전 1.7.8
최근 업데이트 2023-06-23
출시 날짜 2020-04-17
평점 5.00/5 총 3 개의 평점
개발자 https://appulate.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://appulate.com
개인정보 보호 정책 페이지 URL https://appulate.com/legal
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon\/disabled-16x16.png",
            "19": "icon\/disabled-19x19.png"
        },
        "default_title": "Weblink Toolbar"
    },
    "icons": {
        "16": "icon\/logo\/16x16.png",
        "32": "icon\/logo\/32x32.png",
        "48": "icon\/logo\/48x48.png",
        "64": "icon\/logo\/64x64.png"
    },
    "manifest_version": 2,
    "name": "Appulate Weblink Toolbar",
    "permissions": [
        "webNavigation",
        "tabs",
        "cookies",
        "contextMenus",
        "*:\/\/*\/*"
    ],
    "short_name": "Weblink",
    "version": "1.7.8",
    "web_accessible_resources": [
        "shared\/*"
    ]
}