Pod Extension

Pod: AI Workspace for Sales

Qu'est-ce que Pod Extension ?

Pod Extension est une extension Chrome développée par https://workwithpod.com, et sa fonction principale est "Pod: AI Workspace for Sales".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pod Extension

Téléchargez les fichiers d'extension Pod Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Pod Extension Pod Extension
ID gccbjkelbedcjkomaakkdllmppboeoca
URL Officiel https://chromewebstore.google.com/detail/pod-extension/gccbjkelbedcjkomaakkdllmppboeoca
Description Pod: AI Workspace for Sales
Taille du Fichier 2.81 MB
Nombre d'Installations 64
Version Actuelle 0.0.0.8
Dernière Mise à Jour 2023-03-22
Date de Publication 2022-11-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://workwithpod.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.workwithpod.com/privacy
Langues Prises en Charge 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"
            ]
        }
    ]
}