Tipser Tools
An assistant for adding Tipser shoppable products to articles
Tipser Toolsคืออะไร?
Tipser Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "An assistant for adding Tipser shoppable products to articles"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tipser Tools
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } } |