Pod Extension

Pod: AI Workspace for Sales

Was ist Pod Extension?

Pod Extension ist eine Chrome-Erweiterung, die von https://workwithpod.com entwickelt wurde, und ihr Hauptmerkmal ist "Pod: AI Workspace for Sales".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Pod Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pod Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        🤯
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.                    

Grundlegende Informationen zur Erweiterung

Name Pod Extension Pod Extension
ID gccbjkelbedcjkomaakkdllmppboeoca
Offizielle URL https://chromewebstore.google.com/detail/pod-extension/gccbjkelbedcjkomaakkdllmppboeoca
Beschreibung Pod: AI Workspace for Sales
Dateigröße 2.81 MB
Installationsanzahl 64
Aktuelle Version 0.0.0.8
Letztes Update 2023-03-22
Veröffentlichungsdatum 2022-11-19
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://workwithpod.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.workwithpod.com/privacy
Unterstützte Sprachen 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"
            ]
        }
    ]
}