4Degrees for Chrome

Build stronger professional relationships with the 4Degrees platform, integrated directly into your browser.

4Degrees for Chromeとは何ですか?

4Degrees for Chromeはhttps://4degrees.aiによって開発されたChromeの拡張機能で、その主な機能は「Build stronger professional relationships with the 4Degrees platform, integrated directly into your browser.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

4Degrees for Chrome拡張機能のCRXファイルをダウンロード

4Degrees for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The 4Degrees chrome extension enables effective networking as you proactively maintain your network health. Leverage the functionality of 4Degrees everywhere you go on the web.

All it takes to get started is a one-time login to your 4Degrees account from the extension's popup window.

4Degrees on Gmail:
Easily add contacts, manage reminders, and search your network without leaving your inbox. The extension also surfaces news about your contacts and saves you time when making introductions.

4Degrees on LinkedIn:
Save time by simultaneously searching across LinkedIn and 4Degrees. We also surface news and updates about the people you know, and how your team can help you connect with the people you don’t know.

4Degrees on All Websites:
Find connections to every company on the web with the 4Degrees chrome extension. When you are browsing a companies site and wonder if you have any connections to this company, simply click the 4Degrees chrome extension and it will let you know your team's connections to current employees, former employees, investors and more. The chrome extension will also let you see any active deals with the company and you can add and update the deal information right then and there.                    

拡張機能の基本情報

名前 4Degrees for Chrome 4Degrees for Chrome
ID focmnenmjhckllnenffcchbjdfpkbpie
公式URL https://chromewebstore.google.com/detail/4degrees-for-chrome/focmnenmjhckllnenffcchbjdfpkbpie
説明 Build stronger professional relationships with the 4Degrees platform, integrated directly into your browser.
ファイルサイズ 1.75 MB
インストール数 427
現在のバージョン 3.2.98
最終更新日 2024-02-14
公開日 2020-07-03
評価 5.00/5 合計 5 レビュー
開発者 https://4degrees.ai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://app.4degrees.ai/
プライバシーポリシーページのURL https://app.4degrees.ai/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "4Degrees for Chrome",
    "description": "Build stronger professional relationships with the 4Degrees platform, integrated directly into your browser.",
    "version": "3.2.98",
    "permissions": [
        "tabs",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "alarms",
        "unlimitedStorage",
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "\/includes\/sha256.js",
            "helper_bg.js",
            "login_bg.js",
            "medium_bg.js",
            "gmail_bg.js",
            "extension_request_router_bg.js",
            "linkedin_bg.js",
            "salesforce_bg.js",
            "generic_bg.js",
            "context_menu_bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "\/img\/icon.png",
        "default_popup": "\/popup\/popup.html",
        "default_title": "4Degrees for Chrome"
    },
    "icons": {
        "16": "\/img\/icon.png",
        "48": "\/img\/icon48.png",
        "128": "\/img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "\/styles\/extension_styles.css",
                "\/styles\/new_gmail_styles.css",
                "\/styles\/deal_styles.css",
                "\/styles\/message_scraper.css",
                "\/styles\/details.css"
            ],
            "js": [
                "\/includes\/jquery.js",
                "\/includes\/gmail.js",
                "\/includes\/sha256.js",
                "helper_bg.js",
                "\/general\/extension_errors_to_server.js",
                "\/general\/extension_helpers.js",
                "\/general\/extension_open_close.js",
                "\/general\/extension_response_router.js",
                "\/general\/extension_settings.js",
                "\/general\/extension_window.js",
                "\/general\/extension_notifications_large.js",
                "\/dashboard\/contact_updates.js",
                "\/contacts\/contact_details.js",
                "\/contacts\/contact_edit.js",
                "\/contacts\/contact_helpers.js",
                "\/contacts\/contact_introductions.js",
                "\/contacts\/contact_preview.js",
                "\/contacts\/contact_search.js",
                "\/contacts\/contact_tags.js",
                "\/contacts\/contact_reminders.js",
                "\/contacts\/contact_interactions.js",
                "\/deals\/deal_helpers.js",
                "\/deals\/deal_edit.js",
                "\/deals\/deal_details.js",
                "\/deals\/new_deal.js",
                "\/deals\/create_deal.js",
                "\/deals\/deal_tags.js",
                "\/deals\/deal_search.js",
                "\/deals\/deal_preview.js",
                "\/gmail\/gmail_helpers.js",
                "\/gmail\/gmail_add_contacts.js",
                "\/gmail\/gmail_AI_response.js",
                "\/gmail\/gmail_contacts.js",
                "\/gmail\/gmail_observers.js",
                "\/linkedin\/linkedin_helpers.js",
                "\/linkedin\/linkedin_contacts.js",
                "\/linkedin\/linkedin_observers.js",
                "\/linkedin\/linkedin_messages.js",
                "\/salesforce\/salesforce_helpers.js",
                "\/salesforce\/salesforce_observers.js",
                "\/salesforce\/salesforce_scraping.js",
                "\/salesforce\/salesforce_contacts.js",
                "\/generic\/generic_helpers.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/syndication.twitter.com https:\/\/platform.twitter.com https:\/\/cdn.syndication.twimg.com; child-src 'self' https:\/\/syndication.twitter.com https:\/\/platform.twitter.com https:\/\/cdn.syndication.Ftwimg.com; frame-src 'self' https:\/\/syndication.twitter.com https:\/\/platform.twitter.com; frame-ancestors 'self'; object-src 'self'",
    "web_accessible_resources": [
        "\/gmail\/gmail_injection.js",
        "\/includes\/gmail.js",
        "\/includes\/jquery.js",
        "\/styles\/article_styles.css",
        "\/img\/more.png",
        "\/img\/meme.jpg",
        "\/img\/person.svg",
        "\/img\/intro.png",
        "\/img\/alert.svg",
        "\/img\/business.svg",
        "\/img\/deals.svg",
        "\/img\/plus.svg",
        "\/img\/check_green.svg",
        "\/img\/check_white.svg",
        "\/img\/chat.svg",
        "\/img\/chevron-down.svg",
        "\/img\/chevron-up.svg",
        "\/img\/relationship-0.png",
        "\/img\/relationship-1.png",
        "\/img\/relationship-2.png",
        "\/img\/relationship-3.png",
        "\/img\/relationship-4.png",
        "\/img\/logo.png",
        "\/img\/ai-robot.png",
        "\/img\/message_capture.png",
        "\/img\/autoshow_on.png",
        "\/img\/autoshow_off.png",
        "\/img\/peopleint_on.png",
        "\/img\/peopleint_off.png",
        "\/img\/companyint_on.png",
        "\/img\/companyint_off.png",
        "\/img\/searchint_on.png",
        "\/img\/searchint_off.png",
        "\/img\/robot-whoa-you-rule.png",
        "\/img\/check-purple.png",
        "\/img\/paperclip.png",
        "\/img\/salesforce_on.png",
        "\/img\/salesforce_off.png",
        "\/img\/add-deal.png",
        "\/img\/menu_black.png",
        "\/img\/4d-logo-blue.png",
        "\/img\/extension_close.png",
        "\/img\/business-purple.png",
        "\/img\/gmail.png",
        "\/img\/linkedin.png",
        "\/img\/medium.png",
        "\/img\/twitter.png",
        "\/img\/blog_blue.png",
        "\/img\/edit-pencil.png",
        "\/img\/upgrade.png",
        "\/img\/arrow_purple.png",
        "\/img\/arrow_purple_left.png",
        "\/img\/loading-spinner.gif",
        "\/img\/phone.png",
        "\/img\/email.png",
        "\/img\/other.png",
        "\/img\/video.png",
        "\/img\/event.png",
        "\/img\/contacts.png",
        "\/img\/bell_gray.png",
        "\/img\/loading.gif",
        "\/img\/web_icon.png",
        "\/img\/salesforce.svg",
        "\/img\/new-4D-tab.png",
        "\/img\/search.png",
        "\/img\/toggle-on.png",
        "\/img\/toggle-off.png",
        "\/img\/icon-shadow.png",
        "\/img\/add-large.png",
        "\/img\/add-large-white.png",
        "\/img\/caret-down-purple.png",
        "\/img\/caret-down-white.png",
        "\/img\/caret-right-white.png",
        "\/img\/bell-purple.png",
        "\/img\/schedule.png",
        "\/img\/arrow-merge.png"
    ]
}