PocketInformant Web

PocketInformant Chrome Extension

PocketInformant Web란 무엇입니까?

PocketInformant Web은(는) https://app.pocketinformant.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PocketInformant Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

PocketInformant Web 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}