SharePicVideo

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

ما هو SharePicVideo؟

SharePicVideo هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة SharePicVideo

قم بتنزيل ملفات الامتداد SharePicVideo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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
        }
    ]
}