OnePageCRM Lead Clipper

Capture leads from any webpage in just one click!

OnePageCRM Lead Clipperคืออะไร?

OnePageCRM Lead Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://onepagecrm.com และคุณลักษณะหลักของมันคือ "Capture leads from any webpage in just one click!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OnePageCRM Lead Clipper

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

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

                        OnePageCRM Lead Clipper is a free browser extension for lead generation. It helps you capture contact details from any web page and auto-create new contacts in your CRM with follow-up reminders next to them.

FEATURES
• Scrape and extract contact details from any web page (including social media).
• Capture contact information from multiple web pages: the captured information will remain in the Clipper’s form even when you close the original page.
• Update the existing contact details in one click: if you already have a contact in your CRM, we will recognize it.
• Quickly switch between multiple CRM accounts: you don’t need to sign in and out every time.
• Toggle the form from left to right: nothing should stand between you and your next captured lead.
• Add follow-up reminders and tasks to newly created contacts.
• Get browser and desktop notifications: never miss a follow-up.

For more information on how Lead Clipper works, check out our Support site.

If you have any issues or feedback, send us an email at [email protected]

ABOUT ONEPAGECRM
OnePageCRM is the #1 action-focused CRM software.
— No more dead databases: focus on building relationships and closing deals. 
— Never lose sight of your targets: complete one task at a time. 
— Straightforward and easy-to-use: a CRM solution for sales teams of all sizes. 
Don’t have a OnePageCRM account? Start your free 21-day trial at onepagecrm.com

NOTE: To use the Lead Clipper, you need to have an active OnePageCRM account.                    

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

ชื่อ OnePageCRM Lead Clipper OnePageCRM Lead Clipper
ID kfmcnbhcjcmfmjmnefhhmcjifakidfnp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/onepagecrm-lead-clipper/kfmcnbhcjcmfmjmnefhhmcjifakidfnp
คำอธิบาย Capture leads from any webpage in just one click!
ขนาดไฟล์ 3.32 MB
จำนวนการติดตั้ง 3,099
เวอร์ชันปัจจุบัน 3.3.70
อัปเดตครั้งล่าสุด 2024-02-08
วันที่เผยแพร่ 2020-07-01
คะแนน 4.05/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา https://onepagecrm.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://help.onepagecrm.com/article/213-the-onepagecrm-lead-clipper
URL หน้านโยบายความเป็นส่วนตัว https://www.onepagecrm.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OnePageCRM Lead Clipper",
    "homepage_url": "http:\/\/www.onepagecrm.com\/",
    "version": "3.3.70",
    "description": "Capture leads from any webpage in just one click!",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "compile\/vendors_content_script.js",
                "compile\/linkedin.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.xing.com\/*"
            ],
            "js": [
                "compile\/vendors_content_script.js",
                "compile\/xing.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "https:\/\/www.google.com\/s2\/u\/0\/photos\/*"
            ],
            "js": [
                "compile\/vendors_content_script.js",
                "compile\/gmail.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "compile\/emails_gmail.js"
            ],
            "css": [
                "compile\/css\/bootstrap\/css\/bootstrap-tooltip.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/inbox.google.com\/*"
            ],
            "js": [
                "compile\/vendors_content_script.js",
                "compile\/google_inbox.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/app.onepagecrm.com\/app\/chrome_lead_clipper\/*"
            ],
            "js": [
                "compile\/onepagecrm.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.onepagecrm.com\/*"
            ],
            "js": [
                "compile\/options.js"
            ]
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "compile\/vendors_content_script.js",
                "compile\/twitter.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "compile\/vendors_content_script.js",
                "compile\/facebook.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.outlook.live.com\/*",
                "https:\/\/*.outlook.office.com\/*",
                "https:\/\/*.outlook.office365.com\/*"
            ],
            "js": [
                "compile\/vendors_content_script.js",
                "compile\/outlook.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.outlook.live.com\/*",
                "https:\/\/*.outlook.office.com\/*",
                "https:\/\/*.outlook.office365.com\/*"
            ],
            "js": [
                "compile\/outlook_request.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.mail.live.com\/*"
            ],
            "js": [
                "compile\/vendors_content_script.js",
                "compile\/hotmail.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "OnePageCRM Lead Clipper",
        "default_popup": ""
    },
    "background": {
        "service_worker": "alwayslive.js"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "gcm",
        "notifications",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.onepagecrm.com\/*",
            "https:\/\/secure.onepagecrm.com\/*",
            "*:\/\/*.live.com\/*",
            "*:\/\/*.office.com\/*",
            "*:\/\/*.office365.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js",
                "popup.html",
                "\/images\/*",
                "pageWorld.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ],
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}