FPTraffic
The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.
FPTraffic là gì?
FPTraffic là một tiện ích mở rộng Chrome được phát triển bởi https://fptraffic.com, và tính năng chính của nó là "The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FPTraffic
Tải xuống các tệp mở rộng FPTraffic dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Use this tool along with your FPTraffic.com account to easily schedule and post photos and other content to your Facebook Pages and Twitter.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FPTraffic |
ID | mnhapiceipfpmbbibcijkfecpehjjodm |
URL Chính Thức | https://chromewebstore.google.com/detail/fptraffic/mnhapiceipfpmbbibcijkfecpehjjodm |
Mô tả | The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic. |
Kích Thước Tệp | 203 KB |
Số Lần Cài Đặt | 2,142 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2016-12-09 |
Ngày Phát Hành | 2016-12-08 |
Đánh Giá | 4.40/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | https://fptraffic.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://fptraffic.com |
URL Trang Trợ Giúp | http://fptraffic.com/contact/ |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |