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
    }
}