PinCollages

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

Was ist PinCollages?

PinCollages ist eine Chrome-Erweiterung, die von PromotePictures entwickelt wurde, und ihr Hauptmerkmal ist "Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!".

Erweiterungsscreenshots

screenshot
screenshot

PinCollages-Erweiterungs-CRX-Datei herunterladen

Laden Sie PinCollages-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name PinCollages PinCollages
ID hchnbmebdciclafhljjmijomagllabka
Offizielle URL https://chrome.google.com/webstore/detail/pincollages/hchnbmebdciclafhljjmijomagllabka
Beschreibung Pin tall vertical collages (up to 24pictures) to drive more repins, likes and traffic!
Dateigröße 183 KB
Installationsanzahl 331
Aktuelle Version 5.5
Letztes Update 2016-10-20
Veröffentlichungsdatum 2016-10-20
Bewertung 2.00/5 Insgesamt 4 Bewertungen
Entwickler PromotePictures
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
        }
    ]
}