YourTrolli

The only shopping cart you need on the internet

YourTrolli là gì?

YourTrolli là một tiện ích mở rộng Chrome được phát triển bởi https://yourtrolli.com, và tính năng chính của nó là "The only shopping cart you need on the internet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YourTrolli

Tải xuống các tệp mở rộng YourTrolli dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YourTrolli YourTrolli
ID fmaceobkgpcdmljgdicmicdahpdkamem
URL Chính Thức https://chromewebstore.google.com/detail/yourtrolli/fmaceobkgpcdmljgdicmicdahpdkamem
Mô tả The only shopping cart you need on the internet
Kích Thước Tệp 1.87 MB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 0.5.0
Cập Nhật Lần Cuối 2021-08-22
Ngày Phát Hành 2021-07-13
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://yourtrolli.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://yourtrolli.com
URL Trang Chính Sách Bảo Mật https://yourtrolli.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
}