Tipser Tools

An assistant for adding Tipser shoppable products to articles

什么是Tipser Tools?

Tipser Tools是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“An assistant for adding Tipser shoppable products to articles”。

扩展截图

screenshot

下载Tipser Tools扩展crx文件

下载Tipser Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Tipser Tools Tipser Tools
ID fpneiedhldkngjdocijjpdcdggipbjbf
官方URL https://chromewebstore.google.com/detail/tipser-tools/fpneiedhldkngjdocijjpdcdggipbjbf
简介 An assistant for adding Tipser shoppable products to articles
文件大小 4.6 KB
安装次数 28
当前版本 1.0
更新时间 2019-10-22
上架时间 2019-10-22
开发者 Unknown
付费类型 free
扩展官网 https://www.tipser.com/
支持的语言 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
    }
}