FPTraffic

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

FPTrafficคืออะไร?

FPTraffic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fptraffic.com และคุณลักษณะหลักของมันคือ "The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FPTraffic

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}