YourTrolli

The only shopping cart you need on the internet

Apa itu YourTrolli?

YourTrolli adalah ekstensi Chrome yang dikembangkan oleh https://yourtrolli.com, dan fitur utamanya adalah "The only shopping cart you need on the internet".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi YourTrolli

Unduh file ekstensi YourTrolli dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama YourTrolli YourTrolli
ID fmaceobkgpcdmljgdicmicdahpdkamem
URL Resmi https://chromewebstore.google.com/detail/yourtrolli/fmaceobkgpcdmljgdicmicdahpdkamem
Deskripsi The only shopping cart you need on the internet
Ukuran File 1.87 MB
Jumlah Instalasi 22
Versi Saat Ini 0.5.0
Terakhir Diperbarui 2021-08-22
Tanggal Publikasi 2021-07-13
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://yourtrolli.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://yourtrolli.com
URL Halaman Kebijakan Privasi https://yourtrolli.com/privacy
Bahasa yang Didukung 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'"
}