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 là gì?
Appulate Weblink Toolbar là một tiện ích mở rộng Chrome được phát triển bởi https://appulate.com, và tính năng chính của nó là "Appulate Weblink™ is a browser plugin designed to simplify the submission process to carriers that operate outside Appulate. It…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Appulate Weblink Toolbar
Tải xuống các tệp mở rộng Appulate Weblink Toolbar 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Appulate Weblink Toolbar |
ID | enflemcandibjifcelngbchmjfagkkni |
URL Chính Thức | https://chromewebstore.google.com/detail/appulate-weblink-toolbar/enflemcandibjifcelngbchmjfagkkni |
Mô tả | Appulate Weblink™ is a browser plugin designed to simplify the submission process to carriers that operate outside Appulate. It… |
Kích Thước Tệp | 109 KB |
Số Lần Cài Đặt | 1,166 |
Phiên Bản Hiện Tại | 1.7.8 |
Cập Nhật Lần Cuối | 2023-06-23 |
Ngày Phát Hành | 2020-04-17 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://appulate.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://appulate.com |
URL Trang Chính Sách Bảo Mật | https://appulate.com/legal |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |