FPTraffic

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

Apa itu FPTraffic?

FPTraffic adalah ekstensi Chrome yang dikembangkan oleh https://fptraffic.com, dan fitur utamanya adalah "The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi FPTraffic

Unduh file ekstensi FPTraffic dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama FPTraffic FPTraffic
ID mnhapiceipfpmbbibcijkfecpehjjodm
URL Resmi https://chromewebstore.google.com/detail/fptraffic/mnhapiceipfpmbbibcijkfecpehjjodm
Deskripsi The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.
Ukuran File 203 KB
Jumlah Instalasi 2,142
Versi Saat Ini 2.0
Terakhir Diperbarui 2016-12-09
Tanggal Publikasi 2016-12-08
Penilaian 4.40/5 Total 15 Penilaian
Pengembang https://fptraffic.com
Tipe Pembayaran free
Situs Ekstensi http://fptraffic.com
URL Halaman Bantuan http://fptraffic.com/contact/
Bahasa yang Didukung 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'"
}