AgencyMVP Clipboard Tool

The AgencyMVP Clipboard Tool is used to move a user's form data from AgencyMVP to fill a form in another platform.

Wat is AgencyMVP Clipboard Tool?

AgencyMVP Clipboard Tool is een Chrome-extensie ontwikkeld door admin, en de belangrijkste functie is "The AgencyMVP Clipboard Tool is used to move a user's form data from AgencyMVP to fill a form in another platform.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AgencyMVP Clipboard Tool

Download AgencyMVP Clipboard Tool-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

                        The AgencyMVP Clipboard Tool is used to quickly move a user's form data from the AgencyMVP platform to fill a corresponding form in another platform. Currently, the tool is configured only to copy data from AgencyMVP's quote sheet into the Farmers' quoting platform. This will grab basic form information like customer name and contact information from the AgencyMVP system and enter into the fields in Farmers to avoid double data entry work for agents using both systems.                    

Basisinformatie over de Extensie

Naam AgencyMVP Clipboard Tool AgencyMVP Clipboard Tool
ID bagdpmpijfedhpllpkljigickommccpj
Officiële URL https://chromewebstore.google.com/detail/agencymvp-clipboard-tool/bagdpmpijfedhpllpkljigickommccpj
Beschrijving The AgencyMVP Clipboard Tool is used to move a user's form data from AgencyMVP to fill a form in another platform.
Bestandsgrootte 75.24 KB
Aantal Installaties 685
Huidige Versie 1.5.4
Laatst Bijgewerkt 2023-06-27
Publicatiedatum 2022-07-13
Ontwikkelaar admin
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.agencymvp.com/
Help Pagina-URL https://help.agencymvp.com/hc/en-us
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AgencyMVP Clipboard Tool",
    "description": "The AgencyMVP Clipboard Tool is used to move a user's form data from AgencyMVP to fill a form in another platform.",
    "version": "1.5.4",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/agencymvp_sq16.png",
            "32": "images\/agencymvp_sq32.png",
            "48": "images\/agencymvp_sq48.png",
            "128": "images\/agencymvp_sq128.png"
        }
    },
    "icons": {
        "16": "images\/agencymvp_sq16.png",
        "48": "images\/agencymvp_sq48.png",
        "128": "images\/agencymvp_sq128.png"
    }
}