Rylee

De extensie die niet kan missen als je op bol.com verkoopt.

Rylee là gì?

Rylee là một tiện ích mở rộng Chrome được phát triển bởi https://rylee.nl, và tính năng chính của nó là "De extensie die niet kan missen als je op bol.com verkoopt.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Rylee 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

                        This is the Rylee chrome extension for selling on bol.com.

With this extension, you can quickly track products on bol.com, see your turnover/sales and edit your product description more easily!                    

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

Tên Rylee Rylee
ID cdplglankehmohimnafldmackepgagpn
URL Chính Thức https://chromewebstore.google.com/detail/rylee/cdplglankehmohimnafldmackepgagpn
Mô tả De extensie die niet kan missen als je op bol.com verkoopt.
Kích Thước Tệp 13.79 MB
Số Lần Cài Đặt 3,174
Phiên Bản Hiện Tại 6.0.6
Cập Nhật Lần Cuối 2024-02-21
Ngày Phát Hành 2021-09-01
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://rylee.nl
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://rylee.nl
Ngôn Ngữ Được Hỗ Trợ en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/rylee.nl",
    "description": "De extensie die niet kan missen als je op bol.com verkoopt.",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/",
        "http:\/\/rylee.nl\/",
        "https:\/\/rylee.nl\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bol.com\/*\/*\/p\/*"
            ],
            "js": [
                "\/js\/content-product.js"
            ],
            "css": [
                "\/css\/all.min.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/partner.bol.com\/sdd\/product-content\/product\/*"
            ],
            "js": [
                "\/js\/content-partner-editor.js"
            ],
            "css": [
                "\/css\/all.min.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.bol.com\/*\/*\/s\/*",
                "*:\/\/*.bol.com\/*\/*\/ra\/*",
                "*:\/\/*.bol.com\/*\/*\/b\/*",
                "*:\/\/*.bol.com\/*\/*\/w\/*",
                "*:\/\/*.bol.com\/*\/*\/l\/*",
                "*:\/\/*.bol.com\/*\/*\/t\/*"
            ],
            "js": [
                "\/js\/content-category.js"
            ],
            "css": [
                "\/css\/all.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "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"
        }
    },
    "web_accessible_resources": [
        "logo.png",
        "\/js\/partner-editor.js",
        "\/css\/all.min.css",
        "\/webfonts\/*"
    ],
    "version": "6.0.6",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}