20NINE

The 20NINE Lead clipper makes it possible to import data from LinkedIn. You can also use the plugin to enrich your existing…

20NINEคืออะไร?

20NINE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://20-nine.com และคุณลักษณะหลักของมันคือ "The 20NINE Lead clipper makes it possible to import data from LinkedIn. You can also use the plugin to enrich your existing…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 20NINE

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

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

                        The 20NINE Lead clipper makes it possible to import data from LinkedIn. 

You can also use the plugin to enrich your existing leads, contacts and companies, already in our system.

Choose Add as contact: system import both the contact and the company to our system.

Choose Add to pipeline: 
- system import the contact and company. 
- system create a lead (unqualified deal). 
- system schedule a task to qualify your new deal.

Worried about getting duplicates? Don't be. we have duplicate control framework makes sure to reduce your duplicates to a bare minimum.                    

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

ชื่อ 20NINE 20NINE
ID fikoabpflobfkghjpokjbbilajcbdpmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/20nine/fikoabpflobfkghjpokjbbilajcbdpmc
คำอธิบาย The 20NINE Lead clipper makes it possible to import data from LinkedIn. You can also use the plugin to enrich your existing…
ขนาดไฟล์ 731 KB
จำนวนการติดตั้ง 778
เวอร์ชันปัจจุบัน 4.11.88
อัปเดตครั้งล่าสุด 2023-11-21
วันที่เผยแพร่ 2020-04-24
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://20-nine.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://20-nine.com/linkedin/
URL หน้าช่วยเหลือ https://20nine.freshdesk.com/support/home
URL หน้านโยบายความเป็นส่วนตัว https://20-nine.com/terms-of-use
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "20NINE",
    "version": "4.11.88",
    "icons": {
        "16": "assets\/img\/blue_logo.png",
        "48": "assets\/img\/blue_logo.png",
        "128": "assets\/img\/blue_logo.png"
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        "https:\/\/www.linkedin.com\/*",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "assets\/js\/jquery-1.11.1.min.js",
            "assets\/js\/popup.js",
            "assets\/js\/background.js",
            "assets\/js\/localization.js",
            "assets\/js\/siema.min.js"
        ]
    },
    "browser_action": {
        "default_title": "20NINE",
        "default_icon": "assets\/img\/blue_logo.png",
        "default_popup": "assets\/html\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/jquery-1.11.1.min.js",
                "assets\/js\/content_script.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "assets\/img\/*.*",
        "assets\/css\/*.*",
        "assets\/html\/modal.html"
    ]
}