SharePicVideo

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

SharePicVideo là gì?

SharePicVideo là một tiện ích mở rộng Chrome được phát triển bởi PromotePictures, và tính năng chính của nó là "Effective social media promotion solution made simple for online sellers. Post picture videos to all social media & drive sales".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SharePicVideo

Tải xuống các tệp mở rộng SharePicVideo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SharePicVideo SharePicVideo
ID eofkkhjpefilfocmkcdjflocdhbphjoc
URL Chính Thức https://chrome.google.com/webstore/detail/sharepicvideo/eofkkhjpefilfocmkcdjflocdhbphjoc
Mô tả Effective social media promotion solution made simple for online sellers. Post picture videos to all social media & drive sales
Kích Thước Tệp 203 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 13.0
Cập Nhật Lần Cuối 2019-10-06
Ngày Phát Hành 2019-10-06
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển PromotePictures
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.sharepicvideo.com
URL Trang Trợ Giúp https://www.sharepicvideo.com#FAQs
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}