PinCollages

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

什么是PinCollages?

PinCollages是由PromotePictures开发的Chrome扩展程序,该扩展的主要功能是“Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!”。

扩展截图

screenshot
screenshot

下载PinCollages扩展crx文件

下载PinCollages扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 PinCollages PinCollages
ID hchnbmebdciclafhljjmijomagllabka
官方URL https://chrome.google.com/webstore/detail/pincollages/hchnbmebdciclafhljjmijomagllabka
简介 Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!
文件大小 183 KB
安装次数 331
当前版本 5.5
更新时间 2016-10-20
上架时间 2016-10-20
评分 2.00/5 共4次评分
开发者 PromotePictures
电子邮箱 [email protected]
付费类型 free
支持的语言 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
        }
    ]
}