SUPERSELL'IN

Automate your LinkedIn LeadGen

SUPERSELL'INคืออะไร?

SUPERSELL'IN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย superchargeinllc และคุณลักษณะหลักของมันคือ "Automate your LinkedIn LeadGen"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SUPERSELL'IN

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

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

                        Super Charge your LinkedIn prospection with SuperSellIN with 

- 1 click contact or lead creation and edition from  Linkedin to your Zoho CRM 
- 1 click company  creation and edition from  Linkedin to your Zoho CRM 
- Create Linkedin contact list and add them automatically
- Create Linkedin contact list and message them automatically 
- Find their pro email in just 1 click
- Free support

Update 1.04
- New fast and easy OneAuth login with Zoho CRM
- New 15 days trial - No Credit Card required

Update 1.05
-Bug fixes and new updated                    

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

ชื่อ SUPERSELL'IN SUPERSELL'IN
ID dibfbemhegmnkjbpgdemgobiknmdhhpj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/supersellin/dibfbemhegmnkjbpgdemgobiknmdhhpj
คำอธิบาย Automate your LinkedIn LeadGen
ขนาดไฟล์ 2.38 MB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2021-07-09
วันที่เผยแพร่ 2021-05-05
ผู้พัฒนา superchargeinllc
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://superchargein.com/
URL หน้านโยบายความเป็นส่วนตัว https://superchargein.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SUPERSELL'IN",
    "description": "Automate your LinkedIn LeadGen",
    "version": "1.0.5",
    "browser_action": {
        "default_title": "Automate your LinkedIn LeadGen",
        "default_icon": ".\/images\/search\/logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": ".\/images\/search\/logo.png",
        "48": ".\/images\/search\/logo.png",
        "16": ".\/images\/search\/logo.png"
    },
    "background": {
        "scripts": [
            ".\/js\/jquery.min.js",
            ".\/js\/config.js",
            ".\/js\/core.js",
            ".\/js\/background.js",
            ".\/js\/context.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.linkedin.com\/in\/*?action=sendAutoMessage*"
            ],
            "js": [
                ".\/js\/jquery.min.js",
                ".\/js\/config.js",
                ".\/js\/core.js",
                ".\/js\/simpleNotify.js",
                ".\/js\/selectize.js",
                ".\/js\/content-linkedin.js"
            ],
            "css": [
                ".\/css\/font-awesome.css",
                ".\/css\/linkedin.css",
                ".\/css\/simpleNotifyStyle.css",
                ".\/css\/material.css",
                ".\/css\/selectize.css",
                ".\/css\/linkedin-search-person\/main.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                ".\/js\/jquery.min.js",
                ".\/js\/config.js",
                ".\/js\/core.js",
                ".\/js\/simpleNotify.js",
                ".\/js\/selectize.js",
                ".\/js\/content-facebook.js"
            ],
            "css": [
                ".\/css\/font-awesome.css",
                ".\/css\/linkedin.css",
                ".\/css\/simpleNotifyStyle.css",
                ".\/css\/material-facebook.css",
                ".\/css\/selectize.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/app.superchargein.com\/Authenticate*"
            ],
            "js": [
                ".\/js\/config.js",
                ".\/js\/core.js",
                ".\/js\/oauthContent.js"
            ]
        },
        {
            "matches": [
                "https:\/\/localhost:44374\/zoho\/callback*"
            ],
            "js": [
                ".\/js\/config.js",
                ".\/js\/core.js",
                ".\/js\/oauthContentZoho.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.superchargein.com\/zoho\/callback*"
            ],
            "js": [
                ".\/js\/config.js",
                ".\/js\/core.js",
                ".\/js\/oauthContentZoho.js"
            ]
        },
        {
            "matches": [
                "https:\/\/localhost:44374\/Authenticate*"
            ],
            "js": [
                ".\/js\/config.js",
                ".\/js\/core.js",
                ".\/js\/oauthContent.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*?action=sendAutoMessageLinkedIn*"
            ],
            "js": [
                ".\/js\/jquery.min.js",
                ".\/js\/config.js",
                ".\/js\/core.js",
                ".\/js\/content-linkedin-message.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*?action=sendAutoMessageZoho*"
            ],
            "js": [
                ".\/js\/jquery.min.js",
                ".\/js\/config.js",
                ".\/js\/core.js",
                ".\/js\/content-linkedin-message-zoho.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*?action=searchForEmail*"
            ],
            "js": [
                ".\/js\/jquery.min.js",
                ".\/js\/config.js",
                ".\/js\/core.js",
                ".\/js\/content-linkedin-search-email.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*?action=searchEmailForModal*"
            ],
            "js": [
                ".\/js\/jquery.min.js",
                ".\/js\/config.js",
                ".\/js\/core.js",
                ".\/js\/content-linkedin-search-email-modal.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*action=saveSearch*"
            ],
            "js": [
                ".\/js\/jquery.min.js",
                ".\/js\/config.js",
                ".\/js\/core.js",
                ".\/js\/content-linkedin-saveSearch.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*action=addToSearch*"
            ],
            "js": [
                ".\/js\/jquery.min.js",
                ".\/js\/config.js",
                ".\/js\/core.js",
                ".\/js\/content-linkedin-addToSearch.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/api-console.zoho.com\/*"
            ],
            "js": [
                ".\/js\/jquery.min.js",
                ".\/js\/config.js",
                ".\/js\/core.js",
                ".\/js\/content-zohoConsole.js"
            ],
            "css": [
                ".\/css\/font-awesome.css",
                ".\/css\/zohoConsole.css",
                ".\/css\/material.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "webfonts\/*.*",
        "images\/*.*",
        "*"
    ],
    "permissions": [
        "*:\/\/www.zohoapis.com\/*",
        "*:\/\/accounts.zoho.com\/oauth\/v2\/*",
        "*:\/\/mail.zoho.com\/api\/*",
        "*:\/\/app.superchargein.com\/*",
        "storage",
        "contextMenus"
    ]
}