Scratchpad

Bring your sales workflow into the new tab

Scratchpad là gì?

Scratchpad là một tiện ích mở rộng Chrome được phát triển bởi https://scratchpad.com, và tính năng chính của nó là "Bring your sales workflow into the new tab".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Scratchpad 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

                        The fastest experience for sales reps to update Salesforce and peace of mind for RevOps.

⚡️ Get started free in under a minute.

Scratchpad super charges the Chrome new tab to give you access to your sales workflow. All the most relevant sales tools reps care about, Notes, Pipeline, Tasks, Search, and more, are just one click away and always connected to Salesforce.

**Reps Work Faster with Scratchpad**

✨ Fewer clicks to update your Salesforce pipeline.

✨ Auto sync sales notes with Salesforce. Find them easier.

✨ Manage your sales tasks with less clicks. They automatically sync to Salesforce.

✨ Search across your notes, Salesforce, Gmail, and Calendar all in one place.

✨ Take Salesforce with you and make updates anywhere on the web.

**RevOps Get Visibility, Control, and Peace of Mind**

✨ Configure Scratchpad Studio to drive process adherence for sales reps without slowing them down.

✨ Achieve better data hygiene and trust important data is not growing outside of Salesforce in sheets, docs and note apps.

✨ Configure Slack alerts to remind reps to make updates to opportunities missing next steps or with expired close dates.

✨ Create and deploy battle cards, sales playbooks, competitive intel, and pricing to every rep directly in their sales notes.

Fewer clicks and tools, no stress, more data. And, your revenue team will love it.

**About Scratchpad**

We built Scratchpad because we believe that sales is a craft revenue teams should be focused on things that matter, like moving deals forward and building customer relationships, not painstakingly updating records in Salesforce.

**Security at Scratchpad**

Scratchpad maintains SOC 2 Type 2 compliance. Learn more about our approach to data security at https://www.scratchpad.com/security.  By using Scratchpad, you agree to the Terms & Conditions (https://www.scratchpad.com/terms-of-service) and Privacy Policy (https://www.scratchpad.com/privacy-policy).                    

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

Tên Scratchpad Scratchpad
ID amfkipihkmaplngfikedhgfmjndaboep
URL Chính Thức https://chromewebstore.google.com/detail/scratchpad/amfkipihkmaplngfikedhgfmjndaboep
Mô tả Bring your sales workflow into the new tab
Kích Thước Tệp 5.81 MB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 20.13.0
Cập Nhật Lần Cuối 2024-03-07
Ngày Phát Hành 2020-07-03
Đánh Giá 4.89/5 Tổng số 36 Đánh Giá
Nhà Phát Triển https://scratchpad.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://scratchpad.com
URL Trang Trợ Giúp https://help.scratchpad.com
URL Trang Chính Sách Bảo Mật https://scratchpad.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scratchpad",
    "description": "Bring your sales workflow into the new tab",
    "homepage_url": "https:\/\/scratchpad.com",
    "default_locale": "en",
    "icons": {
        "16": "icons\/scratchpad-icon-16px.png",
        "48": "icons\/scratchpad-icon-48px.png",
        "128": "icons\/scratchpad-icon-128px.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/scratchpad-icon-16px.png",
            "48": "icons\/scratchpad-icon-48px.png",
            "128": "icons\/scratchpad-icon-128px.png"
        }
    },
    "permissions": [
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.scratchpad.com\/*",
        "https:\/\/localhost.dev:5002\/*"
    ],
    "optional_host_permissions": [
        "https:\/\/*.salesforce.com\/",
        "https:\/\/*.force.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_permissions": [
        "bookmarks",
        "favicon"
    ],
    "content_security_policy": {
        "extension_pages": "object-src 'self'; script-src 'self' ; "
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.scratchpad.com\/*",
            "https:\/\/localhost.dev:8090\/*",
            "https:\/\/localhost.dev:5002\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "iframeGlobalSearch.html",
                "iframeNotesList.html",
                "iframeGlobalSearchSkeleton.html",
                "studio.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "version": "20.13.0"
}