Shop Tab
Shopping offers on your new tab page
Vad är Shop Tab?
Shop Tab är en Chrome-tillägg utvecklad av https://shoptab.xyz, och dess huvudfunktion är "Shopping offers on your new tab page".
Tilläggsskärmbilder
Ladda ner Shop Tab-förlängningens CRX-fil
Ladda ner Shop Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Improve your new tab experience!
With this one single extension you can get the latest news about shopping!
Every time you open a new tab, you can read daily news about your favorite topic.
News feed by retailmenot.com
This extension sets a new tab page with a search bar provided by Microsoft Bing.
Privacy:
Your privacy matters. Here's how we protect it:
Privacy: https://shoptab.xyz/privacy
Terms Of Use: https://shoptab.xyz/tos
By clicking "Add to chrome", I accept and agree to installing Shop Tab Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy. Grundläggande Information om Tillägg
| Namn | |
| ID | joibigklafjifpdedgpgfhhgnlafbidk |
| Officiell webbadress | https://chromewebstore.google.com/detail/shop-tab/joibigklafjifpdedgpgfhhgnlafbidk |
| Beskrivning | Shopping offers on your new tab page |
| Filstorlek | 1.27 MB |
| Antal Installationer | 26,066 |
| Aktuell Version | 1.4 |
| Senast Uppdaterad | 2023-10-05 |
| Publiceringsdatum | 2023-03-20 |
| Betyg | 4.60/5 Totalt 493 Betyg |
| Utvecklare | https://shoptab.xyz |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://shoptab.xyz |
| URL till Sekretesspolicy Sidan | https://shoptab.xyz/privacy |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Shopping offers on your new tab page",
"version": "1.4",
"name": "Shop Tab",
"short_name": "Shop Tab",
"icons": {
"16": "icon_16.png",
"32": "icon_32.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"background": {
"service_worker": "background.bundle.js"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"externally_connectable": {
"matches": [
"https:\/\/shoptab.xyz\/*"
]
},
"manifest_version": 3
} | |