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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}