Timely

Optimize your Google Maps route with Timely!

Timely क्या है?

Timely Cyril Kamal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Optimize your Google Maps route with Timely!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Check out Timely - the ultimate solution to optimize your Google Maps route! 🗺️🧭

We take your multiple-stop Google Maps route and rearrange the address order to help you navigate your trip in the shortest time possible. 🚀 Say goodbye to taking the long route and hello to more time for the things you love! ⏰

Save time, ⏱ save gas money, ⛽️ and reduce your carbon footprint 🌳 all at once! Who wouldn't want that?

Timely is useful for frequent travelers, delivery drivers, small businesses, real estate agents, hikers, cyclists, or when you're just running errands. 🏃🏻‍♂️🚴‍♀️

Using Timely is as easy as 
1️⃣ creating a route on Google Maps
2️⃣ clicking on the Timely extension or button
3️⃣ viewing or sharing your optimized route. It's that simple! 💡👨‍💻👩‍💻

So, what are you waiting for? Install Timely now and start optimizing your Google Maps route like a pro! 💪                    

एक्सटेंशन की मूल जानकारी

नाम Timely Timely
ID mnbegbhknalbfphkepeodjnagjgiemca
आधिकारिक URL https://chromewebstore.google.com/detail/timely/mnbegbhknalbfphkepeodjnagjgiemca
विवरण Optimize your Google Maps route with Timely!
फ़ाइल का आकार 32.01 KB
स्थापना संख्या 33
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2023-04-02
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर Cyril Kamal
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Timely",
    "version": "1.0.5",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": [
        {
            "name": "Cyril Kamal",
            "email": "[email protected]"
        },
        {
            "name": "Amanuel Negussie",
            "email": "[email protected]"
        },
        {
            "name": "Jacky Lam",
            "email": "[email protected]"
        }
    ],
    "description": "Optimize your Google Maps route with Timely!",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/www.google.com\/maps\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Timely"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/giddy-tuna-bedclothes.cyclic.app\/*"
    ]
}