Craigslist Car Search Refiner

Help to create a convenient and friendly interface for Craigslist car search user

Τι είναι το Craigslist Car Search Refiner;

Το Craigslist Car Search Refiner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CrazyHulk, και η κύρια λειτουργία του είναι "Help to create a convenient and friendly interface for Craigslist car search user".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Craigslist Car Search Refiner

Λήψη αρχείων επέκτασης Craigslist Car Search Refiner σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Have you got tired reading all the information provided by the car seller? Craigslist Car Search Refiner is here to help you, we will do all the reading for you.
With this extension, you don't need to click into each post and read through all the sentences, if the seller provide some important information about the car, such as its mileage,, pictures, year, user history, and etc, the extension will extract all of these useful messages and attaches them to the post title.
Also, with a updated version, we added a really awesome feature to let you directly connect to KBB.com, all you need to do is to fill in some basic information of the car, then we will help you to get the evaluation from the kbb. Want to know if the car  really worth that much? With this app, you will get the answer in less than 10 seconds!                    

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

Όνομα Craigslist Car Search Refiner Craigslist Car Search Refiner
ID plldniclkpppbohmjfliaglkmljijhil
Επίσημο URL https://chrome.google.com/webstore/detail/craigslist-car-search-ref/plldniclkpppbohmjfliaglkmljijhil
Περιγραφή Help to create a convenient and friendly interface for Craigslist car search user
Μέγεθος Αρχείου 226 KB
Αριθμός Εγκαταστάσεων 167
Τρέχουσα Έκδοση 1.1.7.2
Τελευταία Ενημέρωση 2014-02-19
Ημερομηνία Δημοσίευσης 2014-02-19
Αξιολόγηση 4.11/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής CrazyHulk
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Craigslist Car Search Refiner",
    "version": "1.1.7.2",
    "manifest_version": 2,
    "description": "Help to create a convenient and friendly interface for Craigslist car search user",
    "icons": {
        "48": "images\/logo_48_1.png",
        "128": "images\/logo_128_1.png"
    },
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/craigslist_logo_grey.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*.craigslist.org\/*",
        "http:\/\/*.kbb.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.craigslist.org\/*ct*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery.mousewheel-3.0.6.pack.js",
                "js\/contentScriptSearch.js",
                "js\/contentScriptPost.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "ccsh.css",
        "js\/jquery.mousewheel-3.0.6.pack.js",
        "js\/jquery.fancybox.pack.js",
        "js\/helperMethodsForPopup.js",
        "css\/jquery.fancybox.css",
        "images\/logo_128_1.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}