PinCollages

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

What is PinCollages?

PinCollages is a Chrome extension developed by PromotePictures, and its main feature is "Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!".

Extension Screenshots

screenshot
screenshot

Download PinCollages Extension CRX File

Download PinCollages extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PinCollages PinCollages
ID hchnbmebdciclafhljjmijomagllabka
Official URL https://chrome.google.com/webstore/detail/pincollages/hchnbmebdciclafhljjmijomagllabka
Description Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!
File Size 183 KB
Installation Count 331
Current Version 5.5
Last Updated 2016-10-20
Publish Date 2016-10-20
Rating 2.00/5 Total 4 Ratings
Developer PromotePictures
Email [email protected]
Payment Type free
Supported Languages 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
        }
    ]
}