Clipboard to Contact

This extension renders and save contacts

Clipboard to Contactคืออะไร?

Clipboard to Contact เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://clipboardtocontact.com และคุณลักษณะหลักของมันคือ "This extension renders and save contacts"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clipboard to Contact

ดาวน์โหลดไฟล์ส่วนขยาย Clipboard to Contact ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Clipboard to Contact Clipboard to Contact
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"
    ]
}