GTM Buddy

Sales Productivity

GTM Buddy là gì?

GTM Buddy là một tiện ích mở rộng Chrome được phát triển bởi https://www.gtmbuddy.ai, và tính năng chính của nó là "Sales Productivity".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng GTM Buddy 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 GTM Buddy chrome extension lets you quickly find and share your most effective sales content directly from your Gmail inbox and CRM.

Get access to AI powered content recommendations right within your Inbox and CRM. Handle objections on email effectively within seconds. Track email opens and content engagement by your prospects. Create presentations using your most effective sales collateral on the fly.

You must have an account with GTM Buddy and be signed in for the extension to work.                    

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

Tên GTM Buddy GTM Buddy
ID cjkojpkgnjjkjpcjemjhfignbicaodfi
URL Chính Thức https://chromewebstore.google.com/detail/gtm-buddy/cjkojpkgnjjkjpcjemjhfignbicaodfi
Mô tả Sales Productivity
Kích Thước Tệp 1002 KB
Số Lần Cài Đặt 1,213
Phiên Bản Hiện Tại 1.0.124
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2021-04-27
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.gtmbuddy.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.gtmbuddy.ai
URL Trang Chính Sách Bảo Mật https://gtmbuddy.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GTM Buddy",
    "short_name": "GTM Buddy",
    "version": "1.0.124",
    "description": "Sales Productivity",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "",
        "declarativeNetRequest",
        "scripting",
        "activeTab"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules_1.json"
            },
            {
                "id": "csp_rules",
                "enabled": true,
                "path": "cspRules.json"
            }
        ]
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/*.gtmbuddy.io\/*"
    ],
    "manifest_version": 3,
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    },
    "action": [],
    "content_scripts": [
        {
            "run_at": "document_start",
            "permissions": [
                "tabs",
                "storage",
                "notifications",
                "contextMenus",
                "nativeMessaging",
                "https:\/\/*.gtmbuddy.io\/*"
            ],
            "js": [
                "extensionInjector.js"
            ],
            "css": [],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        },
        {
            "js": [
                "gtmbHook.js"
            ],
            "matches": [
                "https:\/\/*.gtmbuddy.io\/*"
            ]
        },
        {
            "run_at": "document_end",
            "permissions": [
                "tabs",
                "storage",
                "notifications",
                "contextMenus",
                "https:\/\/*.gtmbuddy.io\/*"
            ],
            "js": [
                "hubspot.js"
            ],
            "css": [],
            "matches": [
                "https:\/\/app.hubspot.com\/*"
            ]
        },
        {
            "run_at": "document_end",
            "permissions": [
                "tabs",
                "storage",
                "notifications",
                "contextMenus",
                "https:\/\/*.gtmbuddy.io\/*"
            ],
            "js": [
                "linkedin.js"
            ],
            "css": [],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        },
        {
            "run_at": "document_end",
            "permissions": [
                "tabs",
                "storage",
                "notifications",
                "contextMenus",
                "https:\/\/*.gtmbuddy.io\/*"
            ],
            "js": [
                "salesforce.js"
            ],
            "css": [],
            "matches": [
                "https:\/\/*.force.com\/*"
            ]
        },
        {
            "run_at": "document_end",
            "permissions": [
                "tabs",
                "storage",
                "notifications",
                "contextMenus",
                "https:\/\/*.gtmbuddy.io\/*"
            ],
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "calendar.js"
            ],
            "css": [],
            "all_frames": true
        },
        {
            "run_at": "document_end",
            "permissions": [
                "tabs",
                "storage",
                "notifications",
                "contextMenus",
                "https:\/\/*.gtmbuddy.io\/*",
                "desktopCapture"
            ],
            "matches": [
                ""
            ],
            "js": [
                "contentForum.js"
            ],
            "css": [],
            "all_frames": false
        },
        {
            "run_at": "document_end",
            "permissions": [
                "tabs",
                "storage",
                "notifications",
                "contextMenus",
                "https:\/\/*.gtmbuddy.io\/*"
            ],
            "js": [
                "googledocs.js"
            ],
            "css": [],
            "matches": [
                "https:\/\/docs.google.com\/*"
            ]
        },
        {
            "run_at": "document_end",
            "permissions": [
                "tabs",
                "storage",
                "notifications",
                "contextMenus",
                "https:\/\/*.gtmbuddy.io\/*"
            ],
            "matches": [
                "https:\/\/app.salesloft.com\/*"
            ],
            "js": [
                "salesloft.js"
            ],
            "css": [],
            "all_frames": true
        },
        {
            "run_at": "document_end",
            "permissions": [
                "tabs",
                "storage",
                "notifications",
                "contextMenus",
                "https:\/\/*.gtmbuddy.io\/*"
            ],
            "js": [
                "zoho.js"
            ],
            "css": [],
            "matches": [
                "https:\/\/crm.zoho.in\/*",
                "https:\/\/crm.zoho.com\/*",
                "https:\/\/crm.zoho.com.au\/*",
                "https:\/\/crm.zoho.eu\/*"
            ]
        },
        {
            "run_at": "document_end",
            "permissions": [
                "tabs",
                "storage",
                "notifications",
                "contextMenus",
                "https:\/\/*.gtmbuddy.io\/*"
            ],
            "matches": [
                "https:\/\/*.outreach.io\/*"
            ],
            "js": [
                "outreach.js"
            ],
            "css": [],
            "all_frames": true
        },
        {
            "run_at": "document_end",
            "permissions": [
                "tabs",
                "storage",
                "notifications",
                "contextMenus",
                "https:\/\/*.gtmbuddy.io\/*"
            ],
            "js": [
                "allsites.js"
            ],
            "css": [],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "backgroundPage.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "favicon.png",
                "gtmbHook.js",
                "*.css",
                "*.svg",
                "*.woff2",
                "gmailJsLoader.js",
                "contentPage.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.gtmbuddy.io\/*",
            "https:\/\/localhost:4200\/*",
            "https:\/\/*.google.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}