Jiminny Sidekick

The Jiminny Sidekick is your own personal sales assistant, supporting you and your team whenever you need it.

Jiminny Sidekick là gì?

Jiminny Sidekick là một tiện ích mở rộng Chrome được phát triển bởi https://jiminny.com, và tính năng chính của nó là "The Jiminny Sidekick is your own personal sales assistant, supporting you and your team whenever you need it.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Jiminny Sidekick

Tải xuống các tệp mở rộng Jiminny Sidekick dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Jiminny Sidekick Jiminny Sidekick
ID iiamdhkongjbodlgiofmclneebnocnki
URL Chính Thức https://chromewebstore.google.com/detail/jiminny-sidekick/iiamdhkongjbodlgiofmclneebnocnki
Mô tả The Jiminny Sidekick is your own personal sales assistant, supporting you and your team whenever you need it.
Kích Thước Tệp 635 KB
Số Lần Cài Đặt 5,927
Phiên Bản Hiện Tại 2.32.10
Cập Nhật Lần Cuối 2023-12-14
Ngày Phát Hành 2020-06-24
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://jiminny.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.jiminny.com
URL Trang Trợ Giúp https://help.jiminny.com/
URL Trang Chính Sách Bảo Mật https://www.jiminny.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}