Microsoft Surface New Tab
Stay connected with Surface with this official extension from Microsoft.
Co to jest Microsoft Surface New Tab?
Microsoft Surface New Tab to rozszerzenie Chrome opracowane przez Microsoft Corporation, a jego główną funkcją jest „Stay connected with Surface with this official extension from Microsoft.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Microsoft Surface New Tab
Pobierz pliki rozszerzeń Microsoft Surface New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
With new wallpapers, new shopping features, and device comparison tools -- add this extension to stay up to date with the latest updates from Surface. Explore devices with browser themes from: • Surface Pro X • Surface Pro 7 • Surface Laptop 3 • Surface Book 3 • Surface Go 2 • Surface Studio 2 Get helpful links to guide your shopping experience: • Compare devices • Browse new accessories • Learn more about Surface for business Bonus – sign in to a Microsoft Rewards account and search on Bing using this extension to earn and redeem points for Microsoft gift cards, sweepstakes and more.
Podstawowe informacje o rozszerzeniu
Nazwa | Microsoft Surface New Tab |
ID | hjjkehbmgocookeooljijcgbjdnaokin |
Oficjalny URL | https://chromewebstore.google.com/detail/microsoft-surface-new-tab/hjjkehbmgocookeooljijcgbjdnaokin |
Opis | Stay connected with Surface with this official extension from Microsoft. |
Rozmiar pliku | 155 KB |
Liczba instalacji | 736 |
Aktualna Wersja | 0.0.0.10 |
Ostatnia Aktualizacja | 2021-06-18 |
Data Publikacji | 2020-09-18 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | Microsoft Corporation |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://go.microsoft.com/fwlink?LinkId=521839 |
Obsługiwane Języki | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js", "ping.js", "notifications.js", "onMessage.js" ] }, "browser_action": { "default_icon": { "16": "images\/16x16.png", "32": "images\/32x32.png" } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "default_locale": "en", "description": "__MSG_ExtensionDescription__", "externally_connectable": { "matches": [ "https:\/\/*.msn.com\/*", "https:\/\/*.microsoft.com\/*", "https:\/\/*.bing.com\/*" ] }, "icons": { "128": "images\/128x128.png", "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png" }, "manifest_version": 2, "name": "__MSG_ExtensionName__", "permissions": [ "cookies", "management", "https:\/\/*\/*", "notifications" ], "optional_permissions": [ "topSites" ], "short_name": "__MSG_ExtensionShortName__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.0.10" } |