Pod Extension

Pod: AI Workspace for Sales

Pod Extensionคืออะไร?

Pod Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://workwithpod.com และคุณลักษณะหลักของมันคือ "Pod: AI Workspace for Sales"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pod Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}