4Degrees for Chrome
Build stronger professional relationships with the 4Degrees platform, integrated directly into your browser.
Cos'è 4Degrees for Chrome?
4Degrees for Chrome è un'estensione di Chrome sviluppata da https://4degrees.ai, e la sua funzione principale è "Build stronger professional relationships with the 4Degrees platform, integrated directly into your browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 4Degrees for Chrome
Scarica i file di estensione 4Degrees for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | 4Degrees for Chrome |
ID | focmnenmjhckllnenffcchbjdfpkbpie |
URL Ufficiale | https://chromewebstore.google.com/detail/4degrees-for-chrome/focmnenmjhckllnenffcchbjdfpkbpie |
Descrizione | Build stronger professional relationships with the 4Degrees platform, integrated directly into your browser. |
Dimensione del File | 1.75 MB |
Conteggio Installazioni | 427 |
Versione Corrente | 3.2.98 |
Ultimo Aggiornamento | 2024-02-14 |
Data di Pubblicazione | 2020-07-03 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | https://4degrees.ai |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://app.4degrees.ai/ |
URL della Pagina della Politica sulla Privacy | https://app.4degrees.ai/privacy |
Lingue Supportate | 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" ] } |