Louie - Stay In Touch

Louie helps you stay in touch with your friends on Whatsapp

Louie - Stay In Touch क्या है?

Louie - Stay In Touch omribit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Louie helps you stay in touch with your friends on Whatsapp"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Louie - Stay In Touch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}