PocketInformant Web
PocketInformant Chrome Extension
ما هو PocketInformant Web؟
PocketInformant Web هو إضافة Chrome تم تطويرها بواسطة https://app.pocketinformant.com، والميزة الرئيسية لها هي "PocketInformant Chrome Extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PocketInformant Web
قم بتنزيل ملفات الامتداد PocketInformant Web بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان 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/ |
عنوان صفحة المساعدة | https://pocketinformant.com/support/ |
عنوان صفحة سياسة الخصوصية | 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 } |