FPTraffic

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

FPTraffic क्या है?

FPTraffic https://fptraffic.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic."।

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

screenshot

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

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