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.

Was ist AgencyMVP Clipboard Tool?

AgencyMVP Clipboard Tool ist eine Chrome-Erweiterung, die von admin entwickelt wurde, und ihr Hauptmerkmal ist "The AgencyMVP Clipboard Tool is used to move a user's form data from AgencyMVP to fill a form in another platform.".

Erweiterungsscreenshots

screenshot

AgencyMVP Clipboard Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie AgencyMVP Clipboard Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AgencyMVP Clipboard Tool AgencyMVP Clipboard Tool
ID bagdpmpijfedhpllpkljigickommccpj
Offizielle URL https://chromewebstore.google.com/detail/agencymvp-clipboard-tool/bagdpmpijfedhpllpkljigickommccpj
Beschreibung The AgencyMVP Clipboard Tool is used to move a user's form data from AgencyMVP to fill a form in another platform.
Dateigröße 75.24 KB
Installationsanzahl 685
Aktuelle Version 1.5.4
Letztes Update 2023-06-27
Veröffentlichungsdatum 2022-07-13
Entwickler admin
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.agencymvp.com/
Hilfeseite URL https://help.agencymvp.com/hc/en-us
Unterstützte Sprachen 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"
    }
}