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.”。
擴展截圖
下載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 |
ID | mnhapiceipfpmbbibcijkfecpehjjodm |
官方網址 | 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'" } |