Crono
Crono helps synchronize your CRM.
Crono란 무엇입니까?
Crono은(는) https://crono.one에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Crono helps synchronize your CRM."입니다.
확장 프로그램 스크린샷
Crono 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Crono's extension helps you be more productive on your daily tools. It brings you all the features you need to work on the web. You can easily access all your CRM data and quickly identify new leads to work on. Now you can work everywhere as you would in Crono.
확장 프로그램 기본 정보
이름 | Crono |
ID | phnpbbhhpgcinodkajklaiedjdppdakj |
공식 URL | https://chromewebstore.google.com/detail/crono/phnpbbhhpgcinodkajklaiedjdppdakj |
설명 | Crono helps synchronize your CRM. |
파일 크기 | 4.05 MB |
설치 횟수 | 504 |
현재 버전 | 2.8.10 |
최근 업데이트 | 2024-03-02 |
출시 날짜 | 2022-09-01 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://crono.one |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://crono.one |
도움말 페이지 URL | https://crono.one |
개인정보 보호 정책 페이지 URL | https://www.crono.one/terms |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crono", "description": "Crono helps synchronize your CRM.", "version": "2.8.10", "manifest_version": 3, "background": { "service_worker": "background\/bundle.js" }, "permissions": [ "cookies", "storage", "activeTab", "tabs" ], "web_accessible_resources": [ { "resources": [ "content-script\/imgs\/*", "fonts\/*" ], "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/*.hubspot.com\/*", "https:\/\/*.lightning.force.com\/*", "https:\/\/*.pipedrive.com\/*" ] } ], "content_scripts": [ { "run_at": "document_start", "all_frames": false, "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/*.hubspot.com\/*" ], "js": [ "content-script\/bundle.js" ] }, { "run_at": "document_start", "all_frames": false, "matches": [ "https:\/\/www.linkedin.com\/*" ], "world": "MAIN", "js": [ "linkedin-main-world\/bundle.js" ] }, { "run_at": "document_start", "all_frames": false, "matches": [ "https:\/\/*.lightning.force.com\/*", "https:\/\/*.pipedrive.com\/*" ], "js": [ "content-script-main-world-connector\/bundle.js" ] }, { "run_at": "document_start", "all_frames": false, "matches": [ "https:\/\/*.lightning.force.com\/*", "https:\/\/*.pipedrive.com\/*" ], "world": "MAIN", "js": [ "content-script\/bundle.js" ] } ], "action": { "default_popup": "popup\/index.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "host_permissions": [ "https:\/\/*.crono.one\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/*.hubspot.com\/*", "https:\/\/*.lightning.force.com\/*", "https:\/\/*.pipedrive.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/app.crono.one\/*" ] } } |