SharePicVideo

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

SharePicVideo란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        SharePicVideo - Effective social media promotion solution made simple and easy for online sellers. Post picture videos - Facebook, Twitter, Instagram, Google+, Pinterest, YouTube, LinkedIn and Tumblr to drive much more traffic to your store and make more sales . Promote listing pages, category pages, treasury pages or collection pages on all social media!                    

확장 프로그램 기본 정보

이름 SharePicVideo SharePicVideo
ID eofkkhjpefilfocmkcdjflocdhbphjoc
공식 URL https://chrome.google.com/webstore/detail/sharepicvideo/eofkkhjpefilfocmkcdjflocdhbphjoc
설명 Effective social media promotion solution made simple for online sellers. Post picture videos to all social media & drive sales
파일 크기 203 KB
설치 횟수 26
현재 버전 13.0
최근 업데이트 2019-10-06
출시 날짜 2019-10-06
평점 5.00/5 총 6 개의 평점
개발자 PromotePictures
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.sharepicvideo.com
도움말 페이지 URL https://www.sharepicvideo.com#FAQs
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "45.0",
            "update_url": "https:\/\/www.sharepicvideo.com\/extension\/firefox2\/updates.json"
        }
    },
    "name": "SharePicVideo",
    "description": "Effective social media promotion solution made simple for online sellers. Post picture videos to all social media & drive sales",
    "manifest_version": 2,
    "minimum_chrome_version": "32",
    "version": "13.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "32": "spv32.png",
        "128": "spv128.png",
        "256": "spv256.png",
        "512": "spv512.png"
    },
    "permissions": [
        "background",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_title": "SharePicVideo - Effective social media promotion solution made simple and easy for online sellers. Post picture videos - Facebook, Twitter, Instagram, Google+, Pinterest, YouTube, LinkedIn and Tumblr to drive much more traffic to your store and make more sales",
        "default_icon": "spv128.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.SharePicVideo.com\/*",
                "https:\/\/www.sharepicvideo.com\/*"
            ],
            "js": [
                "js\/init.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}