Louie - Stay In Touch

Louie helps you stay in touch with your friends on Whatsapp

Τι είναι το Louie - Stay In Touch;

Το Louie - Stay In Touch είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον omribit, και η κύρια λειτουργία του είναι "Louie helps you stay in touch with your friends on Whatsapp".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Louie - Stay In Touch

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

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

                        Louie lets you stay in touch with your friends and family and anyone who matters to you. You simply click on a contact, set how often you would like to stay in touch and Louie tells you when it's time to send a message to that person.

Louie is much more clever than just a simple reminder! Louie will remind us to talk to someone only if we haven't done so for the period of time we defined for ourselves.

Currently, Louie doesn't update in realtime and requires refreshes on every change, BUT! fear you must not! we are currently working on making updating Louie on realtime!                    

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

Όνομα Louie - Stay In Touch Louie - Stay In Touch
ID cimpomloljeebpnbiacgkclehbkecbhh
Επίσημο URL https://chromewebstore.google.com/detail/louie-stay-in-touch/cimpomloljeebpnbiacgkclehbkecbhh
Περιγραφή Louie helps you stay in touch with your friends on Whatsapp
Μέγεθος Αρχείου 354 KB
Αριθμός Εγκαταστάσεων 31
Τρέχουσα Έκδοση 2.0.5
Τελευταία Ενημέρωση 2020-02-20
Ημερομηνία Δημοσίευσης 2020-02-20
Αξιολόγηση 4.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής omribit
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Boredude/Louie
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Louie - Stay In Touch",
    "short_name": "Louie",
    "description": "Louie helps you stay in touch with your friends on Whatsapp",
    "version": "2.0.5",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "images\/Color.png"
    },
    "browser_action": {
        "default_icon": "images\/Color.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "core_injection.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "core\/UI.js",
                "lib\/tingle\/tingle.min.js",
                "lib\/drop\/drop.js",
                "lib\/sweetalert\/sweetalert.min.js",
                "lib\/native-toast\/native-toast.js"
            ],
            "css": [
                "styles.css",
                "lib\/tingle\/tingle.min.css",
                "lib\/drop\/css\/drop-theme-basic.css",
                "lib\/sweetalert\/sweetalert.css",
                "lib\/native-toast\/native-toast.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "lib\/tingle\/tingle.min.js",
        "lib\/drop\/drop.js",
        "lib\/sweetalert\/sweetalert.min.js",
        "lib\/native-toast\/native-toast.js",
        "core\/*",
        "images\/*"
    ]
}