Craig.Chat
Commenting system for Craigslist.
Τι είναι το Craig.Chat;
Το Craig.Chat είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://craig.chat, και η κύρια λειτουργία του είναι "Commenting system for Craigslist.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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\/*\/*" ] } |