Classy Craig for craigslist

Enhances your craigslist experience by refining the design and adding powerful new features that save you time & money.

Τι είναι το Classy Craig for craigslist;

Το Classy Craig for craigslist είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://classycraig.com, και η κύρια λειτουργία του είναι "Enhances your craigslist experience by refining the design and adding powerful new features that save you time & money.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Classy Craig for craigslist

Λήψη αρχείων επέκτασης Classy Craig for craigslist σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ★ REFINED DESIGN ★
Once you add Classy Craig to Chrome you can continue browsing craigslist.org as usual, but with improved scannability, less bugs, and a more enjoyable experience.

★ WATCH SYSTEM ★
Interested in a post but not quite ready to pull the trigger? Watch the post and easily come back to it later. Classy Craig will keep an eye on it for you too!

When a post is in your watch list Classy Craig will monitor the post for changes. If Classy Craig determines that a post was modified or removed it will notify you about what changed.

Classy Craig checks all of your watched posts for changes once a day. Upgrade to Classy Craig Pro to check up to 96 times a day.

✓ Watch List
Easily view and sort watched posts in your watch list. Even when posts are removed from craigslist you are still able to see them in your list.

✓ Notifications
Posts get updated all the time. Be the first to know when a seller drops the price of an item!

✓ View Removed Posts
If you are watching a post and it gets removed Classy Craig will inject the most recent content that it captured for that post back into the page.

✓ Content Comparison
If the content of a post gets revised Classy Craig will show you what changed. New content is highlighted in green, removed content in red. Toggle the comparison on and off!

What are you waiting for?

___________________________________________


★ CLASSY CRAIG PRO ★
the ultimate craigslist experience

Classy Craig Pro checks your watched posts for changes more frequently, communicates changes more effectively with Chrome notifications, let's you watch more posts, and provides you with early access to new features!

Learn more and upgrade:
https://classycraig.com/pro/

___________________________________________


Frequently Asked Questions:
https://classycraig.com/faq/

Support:
https://classycraig.com/support/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Classy Craig for craigslist Classy Craig for craigslist
ID jfmekpppifiangnlbfjfeoadbmmikkgf
Επίσημο URL https://chromewebstore.google.com/detail/classy-craig-for-craigsli/jfmekpppifiangnlbfjfeoadbmmikkgf
Περιγραφή Enhances your craigslist experience by refining the design and adding powerful new features that save you time & money.
Μέγεθος Αρχείου 913 KB
Αριθμός Εγκαταστάσεων 1,289
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-04-12
Ημερομηνία Δημοσίευσης 2019-08-27
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://classycraig.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://classycraig.com
Διεύθυνση URL της Σελίδας Βοήθειας https://classycraig.com/faq/
URL της Σελίδας Πολιτικής Απορρήτου https://classycraig.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Classy Craig for craigslist",
    "short_name": "Classy Craig",
    "manifest_version": 2,
    "version": "1.0",
    "author": "classycraig.com",
    "description": "Enhances your craigslist experience by refining the design and adding powerful new features that save you time & money.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.craigslist.org\/*",
                "https:\/\/*.craigslist.ca\/*",
                "https:\/\/*.craigslist.cz\/*",
                "https:\/\/*.craigslist.co.uk\/*",
                "https:\/\/*.craigslist.com.au\/*"
            ],
            "css": [
                "fonts.css",
                "style.css"
            ],
            "js": [
                "app.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "notifications",
        "https:\/\/*.craigslist.org\/*",
        "https:\/\/*.craigslist.ca\/*",
        "https:\/\/*.craigslist.cz\/*",
        "https:\/\/*.craigslist.co.uk\/*",
        "https:\/\/*.craigslist.com.au\/*",
        "https:\/\/*.classycraig.com\/",
        "https:\/\/classycraig.com\/"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "512": "icon512.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png",
            "512": "icon512.png"
        },
        "default_title": "Classy Craig",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/*.png",
        "fonts\/*.woff",
        "fonts\/*.woff2"
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}