FPTraffic

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

Co to jest FPTraffic?

FPTraffic to rozszerzenie Chrome opracowane przez https://fptraffic.com, a jego główną funkcją jest „The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FPTraffic

Pobierz pliki rozszerzeń FPTraffic w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa FPTraffic FPTraffic
ID mnhapiceipfpmbbibcijkfecpehjjodm
Oficjalny URL https://chromewebstore.google.com/detail/fptraffic/mnhapiceipfpmbbibcijkfecpehjjodm
Opis The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.
Rozmiar pliku 203 KB
Liczba instalacji 2,142
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2016-12-09
Data Publikacji 2016-12-08
Ocena 4.40/5 Łącznie 15 Oceny
Deweloper https://fptraffic.com
Typ Płatności free
Strona Rozszerzenia http://fptraffic.com
Adres URL Strony Pomocy http://fptraffic.com/contact/
Obsługiwane Języki 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'"
}