SharePicVideo

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

Was ist SharePicVideo?

SharePicVideo ist eine Chrome-Erweiterung, die von PromotePictures entwickelt wurde, und ihr Hauptmerkmal ist "Effective social media promotion solution made simple for online sellers. Post picture videos to all social media & drive sales".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

SharePicVideo-Erweiterungs-CRX-Datei herunterladen

Laden Sie SharePicVideo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name SharePicVideo SharePicVideo
ID eofkkhjpefilfocmkcdjflocdhbphjoc
Offizielle URL https://chrome.google.com/webstore/detail/sharepicvideo/eofkkhjpefilfocmkcdjflocdhbphjoc
Beschreibung Effective social media promotion solution made simple for online sellers. Post picture videos to all social media & drive sales
Dateigröße 203 KB
Installationsanzahl 26
Aktuelle Version 13.0
Letztes Update 2019-10-06
Veröffentlichungsdatum 2019-10-06
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler PromotePictures
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.sharepicvideo.com
Hilfeseite URL https://www.sharepicvideo.com#FAQs
Unterstützte Sprachen 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
        }
    ]
}