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ファイルをダウンロード

My Product Library拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
    }
}