PinCollages

Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!

PinCollages là gì?

PinCollages là một tiện ích mở rộng Chrome được phát triển bởi PromotePictures, và tính năng chính của nó là "Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng PinCollages 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

                        Best Pinterest app for online sellers. Pin tall vertical picture collages (up to 24 pictures in one pin) to drive repins, likes and traffic to your store, and attract new followers.                    

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

Tên PinCollages PinCollages
ID hchnbmebdciclafhljjmijomagllabka
URL Chính Thức https://chrome.google.com/webstore/detail/pincollages/hchnbmebdciclafhljjmijomagllabka
Mô tả Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!
Kích Thước Tệp 183 KB
Số Lần Cài Đặt 331
Phiên Bản Hiện Tại 5.5
Cập Nhật Lần Cuối 2016-10-20
Ngày Phát Hành 2016-10-20
Đánh Giá 2.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển PromotePictures
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PinCollages",
    "description": "Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!",
    "manifest_version": 2,
    "minimum_chrome_version": "32",
    "version": "5.5",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "pp16.png",
        "128": "pp128.png"
    },
    "permissions": [
        "background",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_title": "Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!",
        "default_icon": "pp128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/vars.js",
                "js\/img_srcs.js",
                "js\/utils.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.PinCollages.com\/*",
                "https:\/\/www.pincollages.com\/*"
            ],
            "js": [
                "js\/init.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}