Jiminny Sidekick
The Jiminny Sidekick is your own personal sales assistant, supporting you and your team whenever you need it.
Jiminny Sidekick란 무엇입니까?
Jiminny Sidekick은(는) https://jiminny.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Jiminny Sidekick is your own personal sales assistant, supporting you and your team whenever you need it."입니다.
확장 프로그램 스크린샷
Jiminny Sidekick 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Sidekick can record, transcribe, and analyze your meetings and calls Softphone built into your workflow: Outbound, Inbound & SMS Full automation and logging to your CRM Live coaching through Chat & Whisper Integrations with Slack for collaboration and sharing One click meeting scheduler through your calendar Note: you'll need to be a Jiminny user to use this tool
확장 프로그램 기본 정보
이름 | Jiminny Sidekick |
ID | iiamdhkongjbodlgiofmclneebnocnki |
공식 URL | https://chromewebstore.google.com/detail/jiminny-sidekick/iiamdhkongjbodlgiofmclneebnocnki |
설명 | The Jiminny Sidekick is your own personal sales assistant, supporting you and your team whenever you need it. |
파일 크기 | 635 KB |
설치 횟수 | 5,927 |
현재 버전 | 2.32.10 |
최근 업데이트 | 2023-12-14 |
출시 날짜 | 2020-06-24 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | https://jiminny.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.jiminny.com |
도움말 페이지 URL | https://help.jiminny.com/ |
개인정보 보호 정책 페이지 URL | https://www.jiminny.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jiminny Sidekick", "short_name": "Jiminny Sidekick", "description": "The Jiminny Sidekick is your own personal sales assistant, supporting you and your team whenever you need it.", "version": "2.32.10", "icons": { "16": "icons\/jiminny-16.png", "32": "icons\/jiminny-32.png", "48": "icons\/jiminny-48.png", "128": "icons\/jiminny-128.png" }, "browser_action": { "default_icon": { "16": "icons\/jiminny-logged-out-16.png", "32": "icons\/jiminny-logged-out-32.png", "48": "icons\/jiminny-logged-out-48.png", "128": "icons\/jiminny-logged-out-128.png" }, "default_title": "Jiminny Sidekick" }, "permissions": [ "https:\/\/app.jiminny.com\/*", "https:\/\/app.jiminny.eu\/*", "https:\/\/www.google.com\/calendar\/*", "https:\/\/calendar.google.com\/*", "storage", "tabs", "activeTab", "system.display", "contextMenus" ], "optional_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "background": { "page": "background\/background.html", "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/*", "https:\/\/*.force.com\/*", "https:\/\/*.lightning.force.com\/*", "https:\/\/*.visualforce.com\/*", "https:\/\/*.cloudforce.com\/*", "https:\/\/*.database.com\/*" ], "js": [ "content-scripts\/vendor\/uri-1.19.1.js", "content-scripts\/vendor\/libphonenumber-3.2.21.js", "content-scripts\/vendor\/underscore.js", "content-scripts\/vendor\/jquery-v1.11.0.js", "content-scripts\/salesforce.js" ], "css": [ "content-scripts\/salesforce.css" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "https:\/\/*.hubspot.com\/*" ], "js": [ "content-scripts\/vendor\/uri-1.19.1.js", "content-scripts\/vendor\/underscore.js", "content-scripts\/vendor\/libphonenumber-3.2.21.js", "content-scripts\/hubspot.js" ], "css": [ "content-scripts\/hubspot.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/www.google.com\/calendar\/*", "https:\/\/calendar.google.com\/*" ], "js": [ "content-scripts\/vendor\/jquery-v2.1.3.js", "content-scripts\/vendor\/underscore.js", "content-scripts\/google-calendar.js" ], "css": [ "content-scripts\/google-calendar.css" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "https:\/\/app.jiminny.com\/*", "https:\/\/app.jiminny.eu\/*", "https:\/\/ext.jiminny.com\/*", "https:\/\/ext.jiminny.eu\/*" ] }, "web_accessible_resources": [ "icons\/*" ] } |