PinAli - PinIt button for AliExpress images

Add PinIt button for every image on AliExpress pages and share easy your shopping style.

PinAli - PinIt button for AliExpress images là gì?

PinAli - PinIt button for AliExpress images là một tiện ích mở rộng Chrome được phát triển bởi CodedByHand, và tính năng chính của nó là "Add PinIt button for every image on AliExpress pages and share easy your shopping style.".

Ả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 PinAli - PinIt button for AliExpress images

Tải xuống các tệp mở rộng PinAli - PinIt button for AliExpress images 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

                                            

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

Tên PinAli - PinIt button for AliExpress images PinAli - PinIt button for AliExpress images
ID nejbfcpiopnbijigppomhgpieofpkfkb
URL Chính Thức https://chromewebstore.google.com/detail/pinali-pinit-button-for-a/nejbfcpiopnbijigppomhgpieofpkfkb
Mô tả Add PinIt button for every image on AliExpress pages and share easy your shopping style.
Kích Thước Tệp 11.37 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2015-04-07
Ngày Phát Hành 2015-04-07
Nhà Phát Triển CodedByHand
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/coded-by-hand-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PinAli - PinIt button for AliExpress images",
    "short_name": "PinAli",
    "version": "1.0.2",
    "description": "Add PinIt button for every image on AliExpress pages and share easy your shopping style.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "background": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/activities.aliexpress.com\/*",
                "http:\/\/www.aliexpress.com\/*",
                "http:\/\/es.aliexpress.com\/*",
                "http:\/\/pt.aliexpress.com\/*",
                "http:\/\/ru.aliexpress.com\/*"
            ],
            "js": [
                "pinali.js"
            ]
        }
    ]
}