My Product Library

My Product Library is the ultimate choice for individuals who buy online digital products and need superior protection. You're…

My Product Library란 무엇입니까?

My Product Library은(는) Chad Nicely에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "My Product Library is the ultimate choice for individuals who buy online digital products and need superior protection. You're…"입니다.

확장 프로그램 스크린샷

screenshot

My Product Library 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        My Product Library is the ultimate choice for individuals who buy online digital products and need superior protection. 

You're able to store all of your data associated with your purchases.

Included Features:

Assign tags to your products, categorize your products by specific types, keep track of all your additional purchases with associated with the product, store your original files, any images associated with the purchases, leave and read reviews for specific products and so much more.                    

확장 프로그램 기본 정보

이름 My Product Library My Product Library
ID baoaidicanjjhlchlnhdpnikicblipah
공식 URL https://chrome.google.com/webstore/detail/my-product-library/baoaidicanjjhlchlnhdpnikicblipah
설명 My Product Library is the ultimate choice for individuals who buy online digital products and need superior protection. You're…
파일 크기 544 KB
설치 횟수 499
현재 버전 1.0.13
최근 업데이트 2015-12-17
출시 날짜 2015-12-17
평점 5.00/5 총 11 개의 평점
개발자 Chad Nicely
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://myproductlibrary.com
도움말 페이지 URL http://chadnicely.freshdesk.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Product Library",
    "version": "1.0.13",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "activeTab",
        "tabs",
        "cookies",
        "clipboardWrite",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "My Product Library",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    }
}