AppStartTab
Get app shortcuts on your new tab.
Qu'est-ce que AppStartTab ?
AppStartTab est une extension Chrome développée par Netpoint Media, et sa fonction principale est "Get app shortcuts on your new tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AppStartTab
Téléchargez les fichiers d'extension AppStartTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | AppStartTab |
ID | jdogmlcmbkclphbhmbidcilnbdaokhbb |
URL Officiel | https://chromewebstore.google.com/detail/appstarttab/jdogmlcmbkclphbhmbidcilnbdaokhbb |
Description | Get app shortcuts on your new tab. |
Taille du Fichier | 137 KB |
Nombre d'Installations | 11,147 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2022-09-14 |
Date de Publication | 2020-11-12 |
Développeur | Netpoint Media |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://chromeappstart.com |
URL de la Page de Politique de Confidentialité | https://productivtab.com/privacy-policy |
Langues Prises en Charge | 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" } } |