Planner Plane

The perfect extension for you to take action!

Planner Plane क्या है?

Planner Plane Luca De Simoni द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The perfect extension for you to take action!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Organize your day and take action.

Planner Plane was built for your daily actions and their progressions🔥
It was built for you to feel rewarded as you go about checking off your tasks 🔥
It was built for you to make your days better 🔥

Use Planner Plane for Chrome to:
🛩️Organize all your days
🛩️Add websites as action items so than you can view later on
🛩️Always have your actions at hand using your google account
🛩️Easily complete tasks
🛩️View your daily action progress using the percentage bar too

Enjoy Planner Plane and let's take action and don't forget to try dark mode!🌙                    

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

नाम Planner Plane Planner Plane
ID fjijlmnbjmhbnlbamdngbcchdkoejlop
आधिकारिक URL https://chromewebstore.google.com/detail/planner-plane/fjijlmnbjmhbnlbamdngbcchdkoejlop
विवरण The perfect extension for you to take action!
फ़ाइल का आकार 153 KB
स्थापना संख्या 91
वर्तमान संस्करण 1.2
अंतिम अपडेट 2021-01-16
प्रकाशन तिथि 2020-11-24
रेटिंग 5.00/5 कुल 9 रेटिंग्स
डेवलपर Luca De Simoni
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Planner Plane",
    "version": "1.2",
    "description": "The perfect extension for you to take action!",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icons16.png",
            "32": "images\/icons32.png",
            "48": "images\/icons48.png",
            "128": "images\/icons128.png"
        }
    },
    "background": {
        "scripts": [
            "packages\/uuidv4.min.js",
            "js\/action-items-utils.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icons16.png",
        "32": "images\/icons32.png",
        "48": "images\/icons48.png",
        "128": "images\/icons128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "manifest_version": 2
}