Clipboard to Contact
This extension renders and save contacts
Clipboard to Contact란 무엇입니까?
Clipboard to Contact은(는) http://clipboardtocontact.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension renders and save contacts"입니다.
확장 프로그램 스크린샷
Clipboard to Contact 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Grab text from anywhere on your phone or desktop that has contact information and quickly add it to your address book in a few clicks. * Patent Pending Technology* Have you ever been surfing the web and wanted to add contact information or phone numbers from a webpage right into your contact address book instantly? Well now you can! This is the APP You Need, but didn’t know you needed! This App Will Help Save Time and Add Prospects and contact info of any kind from anywhere! Learn how to add new businesses and contacts to your phone database and CRM’s in just a few clicks, all within the palm of your hand. THIS IS WHAT THIS APP CAN DO FOR YOU: * This APP is a complete contact creator from any web page, document or even image on the screen. This app has multiple ways to capture contact data from anywhere on your device. * Pull and save contact info from ANY web page * Capture contacts and info from social media pages * Grab contact information from PDF’s or other documents * Get contact information from IMAGES! (beta) * Take any contact information captured and push to your CMS (i.e.Salesforce, Sugar CRM, etc) or other lead management system * If text is on your screen, one way or another this app can get the contact information that is in it and save it to your databases
확장 프로그램 기본 정보
이름 | ![]() |
ID | fngklkfndfelhmmpkaohekkphifpfhea |
공식 URL | https://chrome.google.com/webstore/detail/clipboard-to-contact/fngklkfndfelhmmpkaohekkphifpfhea |
설명 | This extension renders and save contacts |
파일 크기 | 2.59 MB |
설치 횟수 | 66 |
현재 버전 | 2.2 |
최근 업데이트 | 2020-06-16 |
출시 날짜 | 2020-06-16 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | http://clipboardtocontact.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://clipboardtocontact.com |
도움말 페이지 URL | http://clipboardtocontact.com/legal-tos/ |
개인정보 보호 정책 페이지 URL | http://clipboardtocontact.com/legal |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clipboard to Contact", "description": "This extension renders and save contacts", "version": "2.2", "default_locale": "en", "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "48": "icons\/icon.png" }, "browser_action": { "default_icon": { "32": "icons\/icon.png" }, "default_title": "Clipboard to Contact", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*.cliptocontact.com\/*", "http:\/\/*.bid2.net\/*", "contextMenus", "activeTab", "storage" ], "web_accessible_resources": [ "\/test1.html", "images\/splashscreen.jpg" ] } |