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.

What is AgencyMVP Clipboard Tool?

AgencyMVP Clipboard Tool is a Chrome extension developed by admin, and its main feature is "The AgencyMVP Clipboard Tool is used to move a user's form data from AgencyMVP to fill a form in another platform.".

Extension Screenshots

screenshot

Download AgencyMVP Clipboard Tool Extension CRX File

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

                        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.                    

Extension Basic Information

Name AgencyMVP Clipboard Tool AgencyMVP Clipboard Tool
ID bagdpmpijfedhpllpkljigickommccpj
Official URL https://chromewebstore.google.com/detail/agencymvp-clipboard-tool/bagdpmpijfedhpllpkljigickommccpj
Description The AgencyMVP Clipboard Tool is used to move a user's form data from AgencyMVP to fill a form in another platform.
File Size 75.24 KB
Installation Count 685
Current Version 1.5.4
Last Updated 2023-06-27
Publish Date 2022-07-13
Developer admin
Email [email protected]
Payment Type free
Extension Website https://www.agencymvp.com/
Help Page URL https://help.agencymvp.com/hc/en-us
Supported Languages 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"
    }
}