AppStartTab
Get app shortcuts on your new tab.
Cos'è AppStartTab?
AppStartTab è un'estensione di Chrome sviluppata da Netpoint Media, e la sua funzione principale è "Get app shortcuts on your new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AppStartTab
Scarica i file di estensione AppStartTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | AppStartTab |
ID | jdogmlcmbkclphbhmbidcilnbdaokhbb |
URL Ufficiale | https://chromewebstore.google.com/detail/appstarttab/jdogmlcmbkclphbhmbidcilnbdaokhbb |
Descrizione | Get app shortcuts on your new tab. |
Dimensione del File | 137 KB |
Conteggio Installazioni | 11,147 |
Versione Corrente | 1.1.2 |
Ultimo Aggiornamento | 2022-09-14 |
Data di Pubblicazione | 2020-11-12 |
Sviluppatore | Netpoint Media |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://chromeappstart.com |
URL della Pagina della Politica sulla Privacy | https://productivtab.com/privacy-policy |
Lingue Supportate | 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" } } |