AppStartTab
Get app shortcuts on your new tab.
ما هو AppStartTab؟
AppStartTab هو إضافة Chrome تم تطويرها بواسطة Netpoint Media، والميزة الرئيسية لها هي "Get app shortcuts on your new tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AppStartTab
قم بتنزيل ملفات الامتداد AppStartTab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة سياسة الخصوصية | 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" } } |