FPTraffic

The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.

ما هو FPTraffic؟

FPTraffic هو إضافة Chrome تم تطويرها بواسطة https://fptraffic.com، والميزة الرئيسية لها هي "The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة FPTraffic

قم بتنزيل ملفات الامتداد FPTraffic بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Use this tool along with your FPTraffic.com account to easily schedule and post photos and other content to your Facebook Pages and Twitter.                    

معلومات أساسية عن التمديد

الاسم FPTraffic FPTraffic
ID mnhapiceipfpmbbibcijkfecpehjjodm
عنوان URL الرسمي https://chromewebstore.google.com/detail/fptraffic/mnhapiceipfpmbbibcijkfecpehjjodm
الوصف The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.
حجم الملف 203 KB
عدد التثبيتات 2,142
النسخة الحالية 2.0
آخر تحديث 2016-12-09
تاريخ النشر 2016-12-08
تقييم 4.40/5 مجموع تقييمات 15
المطور https://fptraffic.com
نوع الدفع free
موقع الإضافة http://fptraffic.com
عنوان صفحة المساعدة http://fptraffic.com/contact/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FPTraffic",
    "description": "The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.",
    "version": "2.0",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ],
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "favicon.png",
            "38": "favicon.png",
            "128": "favicon.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "jquery-ui.js",
                "fptraffic.js"
            ],
            "css": [
                "fptraffic.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/close.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}