SharePicVideo

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

SharePicVideo क्या है?

SharePicVideo PromotePictures द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Effective social media promotion solution made simple for online sellers. Post picture videos to all social media & drive sales"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SharePicVideo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}