Appulate Weblink Toolbar

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

Wat is Appulate Weblink Toolbar?

Appulate Weblink Toolbar is een Chrome-extensie ontwikkeld door https://appulate.com, en de belangrijkste functie is "Appulate Weblink™ is a browser plugin designed to simplify the submission process to carriers that operate outside Appulate. It…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Appulate Weblink Toolbar

Download Appulate Weblink Toolbar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Appulate Weblink Toolbar Appulate Weblink Toolbar
ID enflemcandibjifcelngbchmjfagkkni
Officiële URL https://chromewebstore.google.com/detail/appulate-weblink-toolbar/enflemcandibjifcelngbchmjfagkkni
Beschrijving Appulate Weblink™ is a browser plugin designed to simplify the submission process to carriers that operate outside Appulate. It…
Bestandsgrootte 109 KB
Aantal Installaties 1,166
Huidige Versie 1.7.8
Laatst Bijgewerkt 2023-06-23
Publicatiedatum 2020-04-17
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://appulate.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://appulate.com
URL van de Privacybeleid Pagina https://appulate.com/legal
Ondersteunde Talen 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\/*"
    ]
}