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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Jiminny Sidekick拡張機能のCRXファイルをダウンロード

Jiminny Sidekick拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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\/*"
    ]
}