Craig.Chat

Commenting system for Craigslist.

Craig.Chat क्या है?

Craig.Chat https://craig.chat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Commenting system for Craigslist."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Craig.Chat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*\/*"
    ]
}