AppStartTab

Get app shortcuts on your new tab.

AppStartTab là gì?

AppStartTab là một tiện ích mở rộng Chrome được phát triển bởi Netpoint Media, và tính năng chính của nó là "Get app shortcuts on your new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AppStartTab

Tải xuống các tệp mở rộng AppStartTab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AppStartTab AppStartTab
ID jdogmlcmbkclphbhmbidcilnbdaokhbb
URL Chính Thức https://chromewebstore.google.com/detail/appstarttab/jdogmlcmbkclphbhmbidcilnbdaokhbb
Mô tả Get app shortcuts on your new tab.
Kích Thước Tệp 137 KB
Số Lần Cài Đặt 11,147
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2022-09-14
Ngày Phát Hành 2020-11-12
Nhà Phát Triển Netpoint Media
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://chromeappstart.com
URL Trang Chính Sách Bảo Mật https://productivtab.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}