PocketInformant Web
PocketInformant Chrome Extension
什麼是PocketInformant Web?
PocketInformant Web是由https://app.pocketinformant.com開發的Chrome擴展程式,該擴展的主要功能是“PocketInformant Chrome Extension”。
擴展截圖
下載PocketInformant Web擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | dhgccdmhjimfkkolkndajocgdfgphaik |
官方網址 | 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 } |