PromotePictures
Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales
ما هو PromotePictures؟
PromotePictures هو إضافة Chrome تم تطويرها بواسطة https://www.promotepictures.com، والميزة الرئيسية لها هي "Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PromotePictures
قم بتنزيل ملفات الامتداد PromotePictures بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        PromotePictures - Effective social media promotion solution made simple and easy for online sellers. Post picture collages to Facebook, Twitter, Instagram, Pinterest, Tumblr, and Google+ to drive traffic, following and sales from all social media platforms.                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | gpbpcknhcdbigcfkaicdhjgmbacfgbce | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/promotepictures/gpbpcknhcdbigcfkaicdhjgmbacfgbce | 
| الوصف | Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales | 
| حجم الملف | 81.17 KB | 
| عدد التثبيتات | 328 | 
| النسخة الحالية | 25.0 | 
| آخر تحديث | 2022-10-02 | 
| تاريخ النشر | 2019-10-06 | 
| تقييم | 4.93/5 مجموع تقييمات 14 | 
| المطور | https://www.promotepictures.com | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| موقع الإضافة | https://www.promotepictures.com/extensions/ | 
| عنوان صفحة المساعدة | https://www.promotepictures.com/#FAQs | 
| اللغات المدعومة | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "46.0",
            "update_url": "https:\/\/www.promotepictures.com\/extension\/firefox2\/updates.json"
        }
    },
    "name": "PromotePictures",
    "description": "Effective social media promotion solution simple & easy for online sellers. Post picture collages to all social media & drive sales",
    "manifest_version": 2,
    "minimum_chrome_version": "32",
    "version": "25.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "tp2-16a.png",
        "128": "tp2-128a.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_title": "PromotePictures - Effective social media promotion solution made simple and easy for online sellers. Post picture collages to Facebook, Twitter, Instagram, Pinterest, Tumblr, and Google+ to drive sales!",
        "default_icon": "tp2-128a.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.PromotePictures.com\/*",
                "https:\/\/www.promotepictures.com\/*",
                "https:\/\/www.PromoteByPictures.com\/*",
                "https:\/\/www.promotebypictures.com\/*",
                "https:\/\/www.tweetpictures.com\/*"
            ],
            "js": [
                "js\/init.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}  |  |