AppStartTab
Get app shortcuts on your new tab.
AppStartTab क्या है?
AppStartTab Netpoint Media द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get app shortcuts on your new tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AppStartTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you work all day in apps like Spreadsheets, Docs, Drive and others, then this extension will save you time and effort by putting links to these apps right on your new tab page. The new tab page includes search services provided by Bing. By clicking "Add to Chrome", I accept and agree to installing the App Start Tab extension which will replace the default Chrome new tab page. For more information, please visit: Privacy Policy: https://appstarttab.com/privacy-policy/ Terms of Use: https://appstarttab.com/terms-of-service/ Uninstall Information: https://appstarttab.com/uninstall/ Contact Us: 27758 Santa Margarita Parkway Suite 142 Mission Viejo, CA 92691 [email protected] (949) 259-6915 Permissions requested by this extension: Management Justification: Used to retrieve the extensions/apps installed and running for the user.
एक्सटेंशन की मूल जानकारी
नाम | AppStartTab |
ID | jdogmlcmbkclphbhmbidcilnbdaokhbb |
आधिकारिक URL | https://chromewebstore.google.com/detail/appstarttab/jdogmlcmbkclphbhmbidcilnbdaokhbb |
विवरण | Get app shortcuts on your new tab. |
फ़ाइल का आकार | 137 KB |
स्थापना संख्या | 11,147 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2022-09-14 |
प्रकाशन तिथि | 2020-11-12 |
डेवलपर | Netpoint Media |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://chromeappstart.com |
गोपनीयता नीति पृष्ठ URL | https://productivtab.com/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AppStartTab", "short_name": "AppStartTab", "description": "Get app shortcuts on your new tab.", "version": "1.1.2", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "128": "img\/icon128.png", "64": "img\/icon64.png", "32": "img\/icon32.png", "16": "img\/icon16.png" }, "background": { "service_worker": "background.js" } } |