Appulate Weblink Toolbar

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

What is Appulate Weblink Toolbar?

Appulate Weblink Toolbar is a Chrome extension developed by https://appulate.com, and its main feature is "Appulate Weblink™ is a browser plugin designed to simplify the submission process to carriers that operate outside Appulate. It…".

Extension Screenshots

screenshot
screenshot

Download Appulate Weblink Toolbar Extension CRX File

Download Appulate Weblink Toolbar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Appulate Weblink Toolbar Appulate Weblink Toolbar
ID enflemcandibjifcelngbchmjfagkkni
Official URL https://chromewebstore.google.com/detail/appulate-weblink-toolbar/enflemcandibjifcelngbchmjfagkkni
Description Appulate Weblink™ is a browser plugin designed to simplify the submission process to carriers that operate outside Appulate. It…
File Size 109 KB
Installation Count 1,166
Current Version 1.7.8
Last Updated 2023-06-23
Publish Date 2020-04-17
Rating 5.00/5 Total 3 Ratings
Developer https://appulate.com
Email [email protected]
Payment Type free
Extension Website https://appulate.com
Privacy Policy Page URL https://appulate.com/legal
Supported Languages 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\/*"
    ]
}