Tipser Tools

An assistant for adding Tipser shoppable products to articles

Wat is Tipser Tools?

Tipser Tools is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "An assistant for adding Tipser shoppable products to articles".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tipser Tools

Download Tipser Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tipser Tools Tipser Tools
ID fpneiedhldkngjdocijjpdcdggipbjbf
Officiële URL https://chromewebstore.google.com/detail/tipser-tools/fpneiedhldkngjdocijjpdcdggipbjbf
Beschrijving An assistant for adding Tipser shoppable products to articles
Bestandsgrootte 4.6 KB
Aantal Installaties 28
Huidige Versie 1.0
Laatst Bijgewerkt 2019-10-22
Publicatiedatum 2019-10-22
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://www.tipser.com/
Ondersteunde Talen 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
    }
}