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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🤯
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"
            ]
        }
    ]
}