Tipser Tools

An assistant for adding Tipser shoppable products to articles

What is Tipser Tools?

Tipser Tools is a Chrome extension developed by Unknown, and its main feature is "An assistant for adding Tipser shoppable products to articles".

Extension Screenshots

screenshot

Download Tipser Tools Extension CRX File

Download Tipser Tools 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

                        This is a Chrome Extension that allows Tipser.com customers easily integrating shoppable products on their articles by allowing to search the Tipser inventory and generating an embeddable HTML snippet for a product or a group of products.                    

Extension Basic Information

Name Tipser Tools Tipser Tools
ID fpneiedhldkngjdocijjpdcdggipbjbf
Official URL https://chromewebstore.google.com/detail/tipser-tools/fpneiedhldkngjdocijjpdcdggipbjbf
Description An assistant for adding Tipser shoppable products to articles
File Size 4.6 KB
Installation Count 28
Current Version 1.0
Last Updated 2019-10-22
Publish Date 2019-10-22
Developer Unknown
Payment Type free
Extension Website https://www.tipser.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "Tipser Tools",
    "description": "An assistant for adding Tipser shoppable products to articles",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/tipser-icon.png",
        "48": "images\/tipser-icon.png",
        "128": "images\/tipser-icon.png"
    },
    "browser_action": {
        "default_icon": "images\/tipser-icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}