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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Build stronger professional relationships with the 4Degrees platform, integrated directly into your browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 4Degrees for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    ]
}