BriskNote: New Tab Notes that Sync with Phone

Take Quick Notes on Any New Browser Tab and Sync them with your Phone

BriskNote: New Tab Notes that Sync with Phone क्या है?

BriskNote: New Tab Notes that Sync with Phone SysRestart द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take Quick Notes on Any New Browser Tab and Sync them with your Phone"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में BriskNote: New Tab Notes that Sync with Phone एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Make your life more productive with every new browser tab you open. Take quick notes, and access them on the BriskNote mobile app and vice versa. Perfect for taking notes while having conversations, jotting down spontaneous ideas, making lists, storing pieces of code or message drafts, and so on. BriskNote is the perfect middle ground between oversimplified sticky notes and complex desktop note-taking softwares. And the best part, it's absolutely free! It also has a dark mode.                    

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

नाम BriskNote: New Tab Notes that Sync with Phone BriskNote: New Tab Notes that Sync with Phone
ID gbdigbbnelhehnhlkhiepkpkedokgfog
आधिकारिक URL https://chromewebstore.google.com/detail/brisknote-new-tab-notes-t/gbdigbbnelhehnhlkhiepkpkedokgfog
विवरण Take Quick Notes on Any New Browser Tab and Sync them with your Phone
फ़ाइल का आकार 651 KB
स्थापना संख्या 265
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2019-04-28
प्रकाशन तिथि 2019-04-28
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर SysRestart
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://brisknote.com
गोपनीयता नीति पृष्ठ URL https://sysrestart.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BriskNote: New Tab Notes that Sync with Phone",
    "description": "Take Quick Notes on Any New Browser Tab and Sync them with your Phone",
    "version": "0.2.1",
    "version_name": "0.2.1",
    "icons": {
        "128": "media\/BriskNote_Icon_128x128.png",
        "48": "media\/BriskNote_Icon_48x48.png",
        "16": "media\/BriskNote_Icon_16x16.png"
    },
    "browser_action": {
        "default_icon": "media\/BriskNote_Icon_16x16.png"
    },
    "chrome_url_overrides": {
        "newtab": "notes.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "identity"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:5005\/auth\/*",
                "http:\/\/localhost:5006\/auth\/*",
                "http:\/\/brisknote.com\/auth\/*",
                "https:\/\/brisknote.com\/auth\/*",
                "https:\/\/api.brisknote.com\/auth\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}