YourTrolli

The only shopping cart you need on the internet

Τι είναι το YourTrolli;

Το YourTrolli είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://yourtrolli.com, και η κύρια λειτουργία του είναι "The only shopping cart you need on the internet".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης YourTrolli

Λήψη αρχείων επέκτασης YourTrolli σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα YourTrolli YourTrolli
ID fmaceobkgpcdmljgdicmicdahpdkamem
Επίσημο URL https://chromewebstore.google.com/detail/yourtrolli/fmaceobkgpcdmljgdicmicdahpdkamem
Περιγραφή The only shopping cart you need on the internet
Μέγεθος Αρχείου 1.87 MB
Αριθμός Εγκαταστάσεων 22
Τρέχουσα Έκδοση 0.5.0
Τελευταία Ενημέρωση 2021-08-22
Ημερομηνία Δημοσίευσης 2021-07-13
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://yourtrolli.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://yourtrolli.com
URL της Σελίδας Πολιτικής Απορρήτου https://yourtrolli.com/privacy
Υποστηριζόμενες Γλώσσες 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'"
}