Pod Extension

Pod: AI Workspace for Sales

什么是Pod Extension?

Pod Extension是由https://workwithpod.com开发的Chrome扩展程序,该扩展的主要功能是“Pod: AI Workspace for Sales”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Pod Extension扩展crx文件

下载Pod Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        🤯
You probably jump between 15 different tools daily, wasting time updating your Salesforce or looking for information your need.
You shouldn't have to work in Excel, OneNote, or Trello.

🔥
It's time for a productivity tool built for sellers. Pod is a smart productivity workspace for account executives. It's your new command center. 
+ Update your salesforce in seconds
+ Manage your notes
+ Collaborate with colleagues
+ Track your deal progress!

🚀
Save time on low-value admin work & close more deals, faster.
You'll hit your quota, every single quarter! 

Sign up with the click of a button and try it out for free.                    

扩展基本信息

名称 Pod Extension Pod Extension
ID gccbjkelbedcjkomaakkdllmppboeoca
官方URL https://chromewebstore.google.com/detail/pod-extension/gccbjkelbedcjkomaakkdllmppboeoca
简介 Pod: AI Workspace for Sales
文件大小 2.81 MB
安装次数 64
当前版本 0.0.0.8
更新时间 2023-03-22
上架时间 2022-11-19
评分 5.00/5 共1次评分
开发者 https://workwithpod.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.workwithpod.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pod Extension",
    "description": "Pod: AI Workspace for Sales",
    "version": "0.0.0.8",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Chrome Extension for Pod Web App"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "index.html"
            ]
        }
    ]
}