Shop Tab

Shopping offers on your new tab page

Qu'est-ce que Shop Tab ?

Shop Tab est une extension Chrome développée par https://shoptab.xyz, et sa fonction principale est "Shopping offers on your new tab page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Shop Tab

Téléchargez les fichiers d'extension Shop Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Shop Tab Shop Tab
ID joibigklafjifpdedgpgfhhgnlafbidk
URL Officiel https://chromewebstore.google.com/detail/shop-tab/joibigklafjifpdedgpgfhhgnlafbidk
Description Shopping offers on your new tab page
Taille du Fichier 1.27 MB
Nombre d'Installations 26,066
Version Actuelle 1.4
Dernière Mise à Jour 2023-10-05
Date de Publication 2023-03-20
Évaluation 4.60/5 Total 493 Évaluations
Développeur https://shoptab.xyz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://shoptab.xyz
URL de la Page de Politique de Confidentialité https://shoptab.xyz/privacy
Langues Prises en Charge 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
}