4Degrees for Chrome

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

Qu'est-ce que 4Degrees for Chrome ?

4Degrees for Chrome est une extension Chrome développée par https://4degrees.ai, et sa fonction principale est "Build stronger professional relationships with the 4Degrees platform, integrated directly into your browser.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 4Degrees for Chrome

Téléchargez les fichiers d'extension 4Degrees for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom 4Degrees for Chrome 4Degrees for Chrome
ID focmnenmjhckllnenffcchbjdfpkbpie
URL Officiel https://chromewebstore.google.com/detail/4degrees-for-chrome/focmnenmjhckllnenffcchbjdfpkbpie
Description Build stronger professional relationships with the 4Degrees platform, integrated directly into your browser.
Taille du Fichier 1.75 MB
Nombre d'Installations 427
Version Actuelle 3.2.98
Dernière Mise à Jour 2024-02-14
Date de Publication 2020-07-03
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://4degrees.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://app.4degrees.ai/
URL de la Page de Politique de Confidentialité https://app.4degrees.ai/privacy
Langues Prises en Charge 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"
    ]
}