YourTrolli

The only shopping cart you need on the internet

Qu'est-ce que YourTrolli ?

YourTrolli est une extension Chrome développée par https://yourtrolli.com, et sa fonction principale est "The only shopping cart you need on the internet".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension YourTrolli

Téléchargez les fichiers d'extension YourTrolli 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

                        SAY HELLO TO HASSLE FREE SHOPPING!
 
Trolli enables you to save and organise your favourite items from 10,000+ stores in one place, and notifies you of discounts, price reductions and re-stockings. 
 
SAVE YOUR PRODUCTS, SAVE YOUR TIME
 
By using Trolli's smart shopping cart, you can:
- categorise your online shopping into personalised wish lists 
- save items with the click of a button
- save your time and effort flicking through multiple tabs
 
ACCESS EVERYTHING IN ONE PLACE
 
Trolli saves all of your items in one place for you to purchase when you are ready. Say GOODBYE to the stress of sorting through hundreds of tabs..
 
GET THE BEST DEALS
 
Trolli will notify you if there is a price reduction on an item you are tracking, so you can make sure you purchase at the right time.
 
HOW IT WORKS
 
➤ Download the extension & login
 
➤ Shop on your favourite sites and add items by clicking  "Add to Trolli" from the widget shown on the page
 
➤ Place your items in your personalised list
 
➤ Sit back and let us do the rest. We will notify you when there is a drop in price!
 
➤ Click on your items in your Trolli basket to purchase your item when it suits you
 
*************** YOUR PRIVACY IS OUR TOP PRIORITY ***************
 
When you add Trolli to Chrome, Chrome says that we can “read and change all your data on the websites you visit.” That’s not really accurate. A more accurate description is that it allows Trolli to read information from the websites you shop on for your benefit, so you can add products to your basket and we can monitor them to ensure you are getting the best price. We think that’s a pretty good deal!                    

Informations de Base sur l'Extension

Nom YourTrolli YourTrolli
ID fmaceobkgpcdmljgdicmicdahpdkamem
URL Officiel https://chromewebstore.google.com/detail/yourtrolli/fmaceobkgpcdmljgdicmicdahpdkamem
Description The only shopping cart you need on the internet
Taille du Fichier 1.87 MB
Nombre d'Installations 22
Version Actuelle 0.5.0
Dernière Mise à Jour 2021-08-22
Date de Publication 2021-07-13
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://yourtrolli.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://yourtrolli.com
URL de la Page de Politique de Confidentialité https://yourtrolli.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YourTrolli",
    "homepage_url": "https:\/\/yourtrolli.com",
    "description": "The only shopping cart you need on the internet",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    },
    "oauth2": {
        "client_id": "239651112786-2hfq7alul07n77o2e37kiet05pl7g0ir.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "web_accessible_resources": [
        "css\/content.css",
        "font\/nunito.ttf"
    ],
    "version": "0.5.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}