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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://appulate.com และคุณลักษณะหลักของมันคือ "Appulate Weblink™ is a browser plugin designed to simplify the submission process to carriers that operate outside Appulate. It…"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Appulate Weblink Toolbar

ดาวน์โหลดไฟล์ส่วนขยาย Appulate Weblink Toolbar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}