YourTrolli

The only shopping cart you need on the internet

Cos'è YourTrolli?

YourTrolli è un'estensione di Chrome sviluppata da https://yourtrolli.com, e la sua funzione principale è "The only shopping cart you need on the internet".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YourTrolli

Scarica i file di estensione YourTrolli in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome YourTrolli YourTrolli
ID fmaceobkgpcdmljgdicmicdahpdkamem
URL Ufficiale https://chromewebstore.google.com/detail/yourtrolli/fmaceobkgpcdmljgdicmicdahpdkamem
Descrizione The only shopping cart you need on the internet
Dimensione del File 1.87 MB
Conteggio Installazioni 22
Versione Corrente 0.5.0
Ultimo Aggiornamento 2021-08-22
Data di Pubblicazione 2021-07-13
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://yourtrolli.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://yourtrolli.com
URL della Pagina della Politica sulla Privacy https://yourtrolli.com/privacy
Lingue Supportate 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'"
}