PocketInformant Web

PocketInformant Chrome Extension

PocketInformant Webคืออะไร?

PocketInformant Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://app.pocketinformant.com และคุณลักษณะหลักของมันคือ "PocketInformant Chrome Extension"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย PocketInformant Web ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Pocket Informant for Web - Keep track of your Informant Sync projects and tasks, and be reminded to check in regularly while browsing the web. 
Pocket Informant is a popular personal information management (PIM) software and mobile app designed to help users organize their schedules, tasks, and contacts. It is known for its robust set of features and capabilities for managing and planning various aspects of one's life and work.
Pocket Informant chrome extension is used to easily access Pocket Informant for Web.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PocketInformant Web PocketInformant Web
ID dhgccdmhjimfkkolkndajocgdfgphaik
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pocketinformant-web/dhgccdmhjimfkkolkndajocgdfgphaik
คำอธิบาย PocketInformant Chrome Extension
ขนาดไฟล์ 742 KB
จำนวนการติดตั้ง 1,971
เวอร์ชันปัจจุบัน 7.2
อัปเดตครั้งล่าสุด 2023-10-03
วันที่เผยแพร่ 2021-03-31
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://app.pocketinformant.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pocketinformant.com/
URL หน้าช่วยเหลือ https://pocketinformant.com/support/
URL หน้านโยบายความเป็นส่วนตัว https://pocketinformant.com/company-press/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PocketInformant Web",
    "version": "7.2",
    "description": "PocketInformant Chrome Extension",
    "browser_action": {
        "icons": "favicon.ico",
        "default_icon": "favicon.png",
        "default_title": "PocketInformant Chrome Extension",
        "default_popup": "pi-chrome.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "jquery-3.6.0.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}