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