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”。
擴展截圖
下載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 |
ID | fpneiedhldkngjdocijjpdcdggipbjbf |
官方網址 | 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 } } |