Twirply - Nextdoor marketplace notifier

Track all your Nextdoor searches and get notifications. Never miss an item.

Τι είναι το Twirply - Nextdoor marketplace notifier;

Το Twirply - Nextdoor marketplace notifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Maglevity Labs, και η κύρια λειτουργία του είναι "Track all your Nextdoor searches and get notifications. Never miss an item.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Twirply - Nextdoor marketplace notifier

Λήψη αρχείων επέκτασης Twirply - Nextdoor marketplace notifier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        The Twirply Nextdoor Notifier lets you set up notifications for your favorite searches in Nextdoor so you can watch for new items appearing in the "For Sale" section without having to manually check the site.

Features : 
- Save up to 5 searches
- Easy access to manually check saved searches any time
- Pause / restart any search
- Rescans past postings any time you restart or login to your computer

We're starting out with the basics but many features in development and you get access to them here in this newly released version.
Let us know if there's something you'd like to see!

thanks!
The Twirply Team                    

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

Όνομα Twirply - Nextdoor marketplace notifier Twirply - Nextdoor marketplace notifier
ID fldkchbmmcaljmdloaiceikjamdeecdg
Επίσημο URL https://chrome.google.com/webstore/detail/twirply-nextdoor-marketpl/fldkchbmmcaljmdloaiceikjamdeecdg
Περιγραφή Track all your Nextdoor searches and get notifications. Never miss an item.
Μέγεθος Αρχείου 1.37 MB
Αριθμός Εγκαταστάσεων 32
Τρέχουσα Έκδοση 1.1.36
Τελευταία Ενημέρωση 2020-11-15
Ημερομηνία Δημοσίευσης 2020-09-13
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Maglevity Labs
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.livecareer.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.36",
    "manifest_version": 2,
    "name": "Twirply - Nextdoor marketplace notifier",
    "description": "Track all your Nextdoor searches and get notifications. Never miss an item.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/js\/browser-polyfill.js",
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "lib\/js\/browser-polyfill.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "img\/icon.png",
        "default_title": "Chriply Tasks",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "notifications",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "",
        "https:\/\/nextdoor.com\/**"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "sidebar.html",
        "injected.js",
        "img\/icon.png",
        "*.map",
        "*.svg"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAooidswlZwQDwo8+wLYopASugxjHmWB83MQZJtscN7s5VAEjCfCHcVLV3yv6WUG+FOb86hAlRcTusv7BeAINLprFI0iXxNao15Ti8cLOsRm4MteD80BLq24MhFkEMjLYEYX48g4ubWrd0ilRgHmhkY46Lm92F06bVQgZcSx\/OftE3KWPSpWSVrJCvVhEykpaUdvv87cmz0s65fdDDFifzV+q0NAG0s1F00gbXW8UeCZPyiG2DZBk0r0H6mvRAQ4L8GaQ6gDjNGG3zuXv+uKkySnlM7k6OMEdiOi0PwjTb2Kg2BlzHJRTxgH+q\/\/RqA0St5KzBtzMLoUT+hG8uVQX9pQIDAQAB"
}