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によって開発されたChromeの拡張機能で、その主な機能は「The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.」です。

拡張機能のスクリーンショット

screenshot

FPTraffic拡張機能のCRXファイルをダウンロード

FPTraffic拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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'"
}