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.
Apa itu AgencyMVP Clipboard Tool?
AgencyMVP Clipboard Tool adalah ekstensi Chrome yang dikembangkan oleh admin, dan fitur utamanya adalah "The AgencyMVP Clipboard Tool is used to move a user's form data from AgencyMVP to fill a form in another platform.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AgencyMVP Clipboard Tool
Unduh file ekstensi AgencyMVP Clipboard Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | AgencyMVP Clipboard Tool |
ID | bagdpmpijfedhpllpkljigickommccpj |
URL Resmi | https://chromewebstore.google.com/detail/agencymvp-clipboard-tool/bagdpmpijfedhpllpkljigickommccpj |
Deskripsi | The AgencyMVP Clipboard Tool is used to move a user's form data from AgencyMVP to fill a form in another platform. |
Ukuran File | 75.24 KB |
Jumlah Instalasi | 685 |
Versi Saat Ini | 1.5.4 |
Terakhir Diperbarui | 2023-06-27 |
Tanggal Publikasi | 2022-07-13 |
Pengembang | admin |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.agencymvp.com/ |
URL Halaman Bantuan | https://help.agencymvp.com/hc/en-us |
Bahasa yang Didukung | 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" } } |