i CRM for LinkedIn

Find related Social and iCRM data and create iCRM leads.

i CRM for LinkedIn là gì?

i CRM for LinkedIn là một tiện ích mở rộng Chrome được phát triển bởi https://ienterprises.com, và tính năng chính của nó là "Find related Social and iCRM data and create iCRM leads.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng i CRM for LinkedIn

Tải xuống các tệp mở rộng i CRM for LinkedIn dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        i CRM for LinkedIn is a chrome extension that shows details from iCRM in your browser when viewing any LinkedIn Profile.  It also allows you to add leads/contacts to iCRM from any LinkedIn profile including WORK EMAIL, name, company and job title. 

Here are some of the product's key features:
* Shows on and LinkedIn Profile
* Shows iCRM Details from LinkedIn
* Open Lead/Contact in iCRM from LinkedIn
* Save new Leads in iCRM from any LinkedIn Profile
* Includes Name / Job Title / Company
* Retrieves WORK EMAIL ADDRESS
* Save New Contacts in iCRM from any LinkedIn Profile
* Includes Name / Job Title / Company
* Can quickly create accounts in iCRM                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên i CRM for LinkedIn i CRM for LinkedIn
ID eafadncoenbcmghdgbooflkolmoaejed
URL Chính Thức https://chromewebstore.google.com/detail/i-crm-for-linkedin/eafadncoenbcmghdgbooflkolmoaejed
Mô tả Find related Social and iCRM data and create iCRM leads.
Kích Thước Tệp 622 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 1.0.45
Cập Nhật Lần Cuối 2021-10-25
Ngày Phát Hành 2021-05-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://ienterprises.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ienterprises.com/products/ienterprise-crm/
URL Trang Trợ Giúp https://ienterprises.com/contact-us/
URL Trang Chính Sách Bảo Mật http://ienterprises.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "i CRM for LinkedIn",
    "version": "1.0.45",
    "description": "Find related Social and iCRM data and create iCRM leads.",
    "author": "iEnterprises",
    "homepage_url": "https:\/\/ienterprises.com\/products\/ienterprise-crm\/",
    "default_locale": "en_US",
    "icons": {
        "16": "image\/icons\/icrm16.png",
        "32": "image\/icons\/icrm32.png",
        "48": "image\/icons\/icrm48.png",
        "128": "image\/icons\/icrm128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "js\/App.Config.js",
                "js\/AuthRouter.js",
                "js\/storage.js",
                "js\/Auth.SF.js",
                "js\/Auth.ien.js",
                "lib\/jsdeferred.js",
                "js\/messages.js",
                "js\/ihttp.js",
                "js\/linkedin.js",
                "js\/settings.js",
                "js\/app.js",
                "js\/menu.js",
                "js\/sidebar.js",
                "js\/sidebar.ui.js",
                "js\/social.js",
                "js\/main.js",
                "js\/prototype.js",
                "js\/sftoken.js",
                "js\/iUtilities.js",
                "js\/customHttp.js",
                "js\/Voilanorbert.js",
                "js\/CRM.js",
                "js\/CRM.SF.js",
                "js\/CRM.ien.js",
                "js\/license.js",
                "js\/email.js",
                "js\/UI.LoginForms.js",
                "js\/UI.CRM.js",
                "js\/UI.dynamic.js",
                "js\/UI.leadcapture.js",
                "js\/Style.js",
                "js\/icon.js",
                "js\/Links.js",
                "js\/DisabledModules.js",
                "js\/CRM.log.js"
            ],
            "css": [
                "css\/sidebar.css",
                "css\/header.css",
                "css\/social.css",
                "css\/salesforce.css",
                "css\/dropdown.css",
                "css\/scoopism.css",
                "css\/common.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "background",
        "https:\/\/api.voilanorbert.com\/2018-01-08\/search\/name",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/*.ienterprises.com\/"
    ],
    "web_accessible_resources": [
        "image\/*"
    ],
    "oauth2": {
        "client_id": "__iENTERPRISES__",
        "client_secret": "__iENTERPRISES_CRMs__",
        "scopes": [
            "refresh_token",
            "offline_access"
        ],
        "ConfSettings": {
            "application_name": "iCRM",
            "application_label": "iCRM",
            "data_source": "EmpowerCRM",
            "type": ""
        },
        "crm": {
            "SALESFORCE": {
                "SERVICE_NAME": "sfService",
                "URL_AUTH": "https:\/\/login.salesforce.com\/services\/oauth2\/authorize",
                "URL_TOKEN": "https:\/\/login.salesforce.com\/services\/oauth2\/token",
                "CLIENT_ID": "3MVG9Y6d_Btp4xp7cnLU2ScOY2CIz4AN9nDnRKxpSqdk.dXPVlfxA2TvT4KLnH1NxnagmDxl7rUkcsKKZ5M_v",
                "CLIENT_SECRET": "4305467014519868626",
                "GRANT_TYPE": "password",
                "OAUTH_PROMPT": "login",
                "API_VERSION": "v44.0",
                "RESPONSE_TYPE": "code"
            },
            "iCRM": {
                "SERVICE_NAME": "ienService",
                "URL_AUTH": "https:\/\/icrm.ienterprises.com\/oauth2\/authorize.php",
                "URL_TOKEN": "https:\/\/icrm.ienterprises.com\/oauth2\/token.php",
                "CLIENT_ID": "LinkedIn",
                "CLIENT_SECRET": "LinkedIn",
                "GRANT_TYPE": "authorization_code",
                "RESPONSE_TYPE": "code",
                "OAUTH_PROMPT": "login",
                "API_BASE_URL": "https:\/\/icrm.ienterprises.com",
                "ICRM_LICENSE_URL_BASE": "https:\/\/license.ienterprises.com"
            },
            "GOOGLECONTACT": {
                "URL_AUTH": "https:\/\/accounts.google.com\/o\/oauth2\/auth",
                "URL_TOKEN": "https:\/\/oauth2.googleapis.com\/token",
                "CLIENT_ID": "398227766523-fjm94k5stq8uqg55frtns5p6hmj6janv.apps.googleusercontent.com",
                "CLIENT_SECRET": "Iug93vv1d8DGMeAiy3Gi7BGg",
                "SCOPE": "https:\/\/www.googleapis.com\/auth\/contacts",
                "OAUTH_PROMPT": "login",
                "RESPONSE_TYPE": "code"
            }
        }
    }
}