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.

AgencyMVP Clipboard Tool क्या है?

AgencyMVP Clipboard Tool admin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The AgencyMVP Clipboard Tool is used to move a user's form data from AgencyMVP to fill a form in another platform."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AgencyMVP Clipboard Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम AgencyMVP Clipboard Tool AgencyMVP Clipboard Tool
ID bagdpmpijfedhpllpkljigickommccpj
आधिकारिक URL https://chromewebstore.google.com/detail/agencymvp-clipboard-tool/bagdpmpijfedhpllpkljigickommccpj
विवरण The AgencyMVP Clipboard Tool is used to move a user's form data from AgencyMVP to fill a form in another platform.
फ़ाइल का आकार 75.24 KB
स्थापना संख्या 685
वर्तमान संस्करण 1.5.4
अंतिम अपडेट 2023-06-27
प्रकाशन तिथि 2022-07-13
डेवलपर admin
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.agencymvp.com/
सहायता पृष्ठ URL https://help.agencymvp.com/hc/en-us
समर्थित भाषाएँ 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"
    }
}