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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |