PocketInformant Web

PocketInformant Chrome Extension

PocketInformant Web क्या है?

PocketInformant Web https://app.pocketinformant.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "PocketInformant Chrome Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PocketInformant Web एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम 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
}