Tipser Tools

An assistant for adding Tipser shoppable products to articles

Tipser Tools là gì?

Tipser Tools là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "An assistant for adding Tipser shoppable products to articles".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tipser Tools

Tải xuống các tệp mở rộng Tipser Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tipser Tools Tipser Tools
ID fpneiedhldkngjdocijjpdcdggipbjbf
URL Chính Thức https://chromewebstore.google.com/detail/tipser-tools/fpneiedhldkngjdocijjpdcdggipbjbf
Mô tả An assistant for adding Tipser shoppable products to articles
Kích Thước Tệp 4.6 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-10-22
Ngày Phát Hành 2019-10-22
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://www.tipser.com/
Ngôn Ngữ Được Hỗ Trợ 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
    }
}