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.
Hvad er AgencyMVP Clipboard Tool?
AgencyMVP Clipboard Tool er en Chrome-udvidelse udviklet af admin, og dens hovedfunktion er "The AgencyMVP Clipboard Tool is used to move a user's form data from AgencyMVP to fill a form in another platform.".
Udvidelsesskærmbilleder
Download AgencyMVP Clipboard Tool-udvidelses-CRX-fil
Download AgencyMVP Clipboard Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | AgencyMVP Clipboard Tool |
ID | bagdpmpijfedhpllpkljigickommccpj |
Officiel URL | https://chromewebstore.google.com/detail/agencymvp-clipboard-tool/bagdpmpijfedhpllpkljigickommccpj |
Beskrivelse | The AgencyMVP Clipboard Tool is used to move a user's form data from AgencyMVP to fill a form in another platform. |
Filstørrelse | 75.24 KB |
Antal Installationer | 685 |
Nuværende Version | 1.5.4 |
Senest Opdateret | 2023-06-27 |
Udgivelsesdato | 2022-07-13 |
Udvikler | admin |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.agencymvp.com/ |
Hjælpeside-URL | https://help.agencymvp.com/hc/en-us |
Understøttede Sprog | 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" } } |