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
Eメール [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
        }
    ]
}