FPTraffic

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

Qu'est-ce que FPTraffic ?

FPTraffic est une extension Chrome développée par https://fptraffic.com, et sa fonction principale est "The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FPTraffic

Téléchargez les fichiers d'extension FPTraffic au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom FPTraffic FPTraffic
ID mnhapiceipfpmbbibcijkfecpehjjodm
URL Officiel https://chromewebstore.google.com/detail/fptraffic/mnhapiceipfpmbbibcijkfecpehjjodm
Description The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.
Taille du Fichier 203 KB
Nombre d'Installations 2,142
Version Actuelle 2.0
Dernière Mise à Jour 2016-12-09
Date de Publication 2016-12-08
Évaluation 4.40/5 Total 15 Évaluations
Développeur https://fptraffic.com
Type de Paiement free
Site Web de l'Extension http://fptraffic.com
URL de la Page d'Aide http://fptraffic.com/contact/
Langues Prises en Charge 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'"
}