GTM Buddy

Sales Productivity

什麼是GTM Buddy?

GTM Buddy是由https://www.gtmbuddy.ai開發的Chrome擴展程式,該擴展的主要功能是“Sales Productivity”。

擴展截圖

screenshot
screenshot

下載GTM Buddy擴展crx文件

下載GTM Buddy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 GTM Buddy GTM Buddy
ID cjkojpkgnjjkjpcjemjhfignbicaodfi
官方網址 https://chromewebstore.google.com/detail/gtm-buddy/cjkojpkgnjjkjpcjemjhfignbicaodfi
簡介 Sales Productivity
檔案大小 1002 KB
安裝次數 1,213
目前版本 1.0.124
更新時間 2024-03-04
上架時間 2021-04-27
評分 5.00/5 共 3 次評分
開發者 https://www.gtmbuddy.ai
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.gtmbuddy.ai
隱私政策頁面URL https://gtmbuddy.ai/privacy-policy
支援的語言 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'"
    }
}