Pod Extension

Pod: AI Workspace for Sales

Wat is Pod Extension?

Pod Extension is een Chrome-extensie ontwikkeld door https://workwithpod.com, en de belangrijkste functie is "Pod: AI Workspace for Sales".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Pod Extension

Download Pod Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Pod Extension Pod Extension
ID gccbjkelbedcjkomaakkdllmppboeoca
Officiële URL https://chromewebstore.google.com/detail/pod-extension/gccbjkelbedcjkomaakkdllmppboeoca
Beschrijving Pod: AI Workspace for Sales
Bestandsgrootte 2.81 MB
Aantal Installaties 64
Huidige Versie 0.0.0.8
Laatst Bijgewerkt 2023-03-22
Publicatiedatum 2022-11-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://workwithpod.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.workwithpod.com/privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}