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."입니다.
확장 프로그램 스크린샷
4Degrees for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |