TabIt - G Keep : Productivity in Access
Provides quick access to Google Keep - right in browser action pop-up
TabIt - G Keep : Productivity in Access क्या है?
TabIt - G Keep : Productivity in Access TabIt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides quick access to Google Keep - right in browser action pop-up"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TabIt - G Keep : Productivity in Access एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension provides a quick access to Google Keep website. It opens as a pop-up window by clicking on the icon of the extension.
एक्सटेंशन की मूल जानकारी
नाम | TabIt - G Keep : Productivity in Access |
ID | mlgblhjjbecaeiocopmpceegpdeflmke |
आधिकारिक URL | https://chromewebstore.google.com/detail/tabit-g-keep-productivity/mlgblhjjbecaeiocopmpceegpdeflmke |
विवरण | Provides quick access to Google Keep - right in browser action pop-up |
फ़ाइल का आकार | 65.61 KB |
स्थापना संख्या | 889 |
वर्तमान संस्करण | 1.4.1 |
अंतिम अपडेट | 2021-09-17 |
प्रकाशन तिथि | 2018-12-20 |
रेटिंग | 3.36/5 कुल 11 रेटिंग्स |
डेवलपर | TabIt |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "TabIt - G Keep", "name": "TabIt - G Keep : Productivity in Access", "version": "1.4.1", "description": "Provides quick access to Google Keep - right in browser action pop-up", "icons": { "512": "images\/logo512.png", "128": "images\/logo128.png", "48": "images\/logo48.png" }, "background": { "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": { "512": "images\/logo512.png", "128": "images\/logo128.png", "48": "images\/logo48.png" }, "default_title": "TabIt - G Keep", "default_popup": "popup.html" }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/keep.google.com\/*", "notifications", "management" ] } |