Plutio

The Official Plutio Extension

Plutio란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Create tasks and track time from your browser using this easy to use Plutio Official Extension.                    

확장 프로그램 기본 정보

이름 Plutio Plutio
ID ihflmpjhkokbfgcjcamhpbibpccepmgp
공식 URL https://chromewebstore.google.com/detail/plutio/ihflmpjhkokbfgcjcamhpbibpccepmgp
설명 The Official Plutio Extension
파일 크기 109 KB
설치 횟수 988
현재 버전 4.0
최근 업데이트 2020-09-23
출시 날짜 2020-08-21
평점 4.00/5 총 5 개의 평점
개발자 https://plutio.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.plutio.com/legal/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Plutio",
    "description": "The Official Plutio Extension",
    "version": "4.0",
    "browser_action": {
        "default_icon": "plutio.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "plutio16.png",
        "22": "plutio22.png",
        "32": "plutio32.png",
        "48": "plutio48.png",
        "128": "plutio128.png"
    },
    "background": {
        "scripts": [
            "liveTimer.js",
            "trackTime.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "identity",
        "storage",
        "https:\/\/app.plutio.com\/signin\/authorize?app_id=CwtBod3Y8cXRAu4FZ",
        "https:\/\/www.plutio.com\/*",
        "https:\/\/www.app.plutio.com\/*"
    ]
}