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
Eメール [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"
            ]
        }
    ]
}