Craig.Chat

Commenting system for Craigslist.

Craig.Chatคืออะไร?

Craig.Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://craig.chat และคุณลักษณะหลักของมันคือ "Commenting system for Craigslist."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Craig.Chat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Have you ever wished Craigslist had comments? Now it does, thanks to Craig.Chat!

Craig.Chat is a Chrome extension that seamlessly embeds a Disqus commenting thread into every Craigslist posting you visit.

See an ad that seems too good to be true? More likely than not, someone else has thought so too - check the comments to see if anyone has noticed suspicious wording, or recognized the ad to be part of a scam operation.

Wondering if a used car part for sale will fit your vehicle? Get feedback from the Craig.Chat community, or use Disqus's built-in "Share" feature to link the conversation directly on your Facebook Wall or Twitter account.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Craig.Chat Craig.Chat
ID ojmcohjgkciohebenakpemjnhmocggcg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/craigchat/ojmcohjgkciohebenakpemjnhmocggcg
คำอธิบาย Commenting system for Craigslist.
ขนาดไฟล์ 134 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2017-02-13
วันที่เผยแพร่ 2017-02-13
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://craig.chat
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://craig.chat
URL หน้าช่วยเหลือ https://craig.chat/#contact
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Craig.Chat",
    "description": "Commenting system for Craigslist.",
    "version": "0.0.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "idgen.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.craigslist.org\/*\/*.html",
                "http:\/\/*.craigslist.org\/*\/*.html"
            ],
            "js": [
                "injector.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/favicon.png",
        "32": "images\/cclogo32.png",
        "48": "images\/cclogo48.png",
        "128": "images\/cclogo128.png"
    },
    "browser_action": {
        "default_icon": "images\/favicon.png"
    },
    "permissions": [
        "https:\/\/ajax.googleapis.com\/",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.craigslist.org\/*\/*.html",
        "https:\/\/craig.chat\/*\/*"
    ]
}