My Product Library

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

What is My Product Library?

My Product Library is a Chrome extension developed by Chad Nicely, and its main feature is "My Product Library is the ultimate choice for individuals who buy online digital products and need superior protection. You're…".

Extension Screenshots

screenshot

Download My Product Library Extension CRX File

Download My Product Library extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name My Product Library My Product Library
ID baoaidicanjjhlchlnhdpnikicblipah
Official URL https://chrome.google.com/webstore/detail/my-product-library/baoaidicanjjhlchlnhdpnikicblipah
Description My Product Library is the ultimate choice for individuals who buy online digital products and need superior protection. You're…
File Size 544 KB
Installation Count 499
Current Version 1.0.13
Last Updated 2015-12-17
Publish Date 2015-12-17
Rating 5.00/5 Total 11 Ratings
Developer Chad Nicely
Email [email protected]
Payment Type free
Extension Website http://myproductlibrary.com
Help Page URL http://chadnicely.freshdesk.com
Supported Languages 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
    }
}