PromotePictures

Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales

PromotePictures란 무엇입니까?

PromotePictures은(는) https://www.promotepictures.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

PromotePictures 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        PromotePictures - Effective social media promotion solution made simple and easy for online sellers. Post picture collages to Facebook, Twitter, Instagram, Pinterest, Tumblr, and Google+ to drive traffic, following and sales from all social media platforms.                    

확장 프로그램 기본 정보

이름 PromotePictures PromotePictures
ID gpbpcknhcdbigcfkaicdhjgmbacfgbce
공식 URL https://chromewebstore.google.com/detail/promotepictures/gpbpcknhcdbigcfkaicdhjgmbacfgbce
설명 Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales
파일 크기 81.17 KB
설치 횟수 328
현재 버전 25.0
최근 업데이트 2022-10-02
출시 날짜 2019-10-06
평점 4.93/5 총 14 개의 평점
개발자 https://www.promotepictures.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.promotepictures.com/extensions/
도움말 페이지 URL https://www.promotepictures.com/#FAQs
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "46.0",
            "update_url": "https:\/\/www.promotepictures.com\/extension\/firefox2\/updates.json"
        }
    },
    "name": "PromotePictures",
    "description": "Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales",
    "manifest_version": 2,
    "minimum_chrome_version": "32",
    "version": "25.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "tp2-16a.png",
        "128": "tp2-128a.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_title": "PromotePictures - Effective social media promotion solution made simple and easy for online sellers. Post picture collages to Facebook, Twitter, Instagram, Pinterest, Tumblr, and Google+ to drive sales!",
        "default_icon": "tp2-128a.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "js\/style.css"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/vars.js",
                "js\/img_srcs.js",
                "js\/utils.js",
                "js\/handle_action.js",
                "js\/shortcut_button.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.PromotePictures.com\/*",
                "https:\/\/www.promotepictures.com\/*",
                "https:\/\/www.PromoteByPictures.com\/*",
                "https:\/\/www.promotebypictures.com\/*",
                "https:\/\/www.tweetpictures.com\/*"
            ],
            "js": [
                "js\/init.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}