Copyr - Semi Automated Ordering Tool

Productivity utilities for Dilato

Copyr - Semi Automated Ordering Tool là gì?

Copyr - Semi Automated Ordering Tool là một tiện ích mở rộng Chrome được phát triển bởi Dilato Technology LTD, và tính năng chính của nó là "Productivity utilities for Dilato".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Copyr - Semi Automated Ordering Tool

Tải xuống các tệp mở rộng Copyr - Semi Automated Ordering Tool 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

                        Copyr is the camel's back of eCommerce and achieves auto-purchasing without a second thought.

Powered by the proven and trusted Dilato framework, within a few clicks, the Copyr extension effortlessly takes the weight off your operations allowing you to focus on what’s valuable; your time, your money, and your business.

Watch the video below to find out more:                    

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

Tên Copyr - Semi Automated Ordering Tool Copyr - Semi Automated Ordering Tool
ID podkbpajopcgkcjdfadapmkaiffagcik
URL Chính Thức https://chromewebstore.google.com/detail/copyr-semi-automated-orde/podkbpajopcgkcjdfadapmkaiffagcik
Mô tả Productivity utilities for Dilato
Kích Thước Tệp 73.36 KB
Số Lần Cài Đặt 100
Phiên Bản Hiện Tại 5.3
Cập Nhật Lần Cuối 2023-04-18
Ngày Phát Hành 2021-01-25
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Dilato Technology LTD
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dilato.co.uk
URL Trang Chính Sách Bảo Mật https://profitl.app/privacy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copyr - Semi Automated Ordering Tool",
    "description": "Productivity utilities for Dilato",
    "version": "5.3",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "document_start.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.ebay.co.uk\/*",
                "https:\/\/www.amazon.co.uk\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "libs\/axios.min.js",
                "libs\/notyf.min.js",
                "content.js",
                "toggleTheme.js"
            ],
            "css": [
                "libs\/notyf.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "icons": {
            "16": "icons\/copyr-dark-16.png",
            "32": "icons\/copyr-dark-32.png",
            "48": "icons\/copyr-dark-48.png",
            "128": "icons\/copyr-dark-128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/copyr-dark-16.png",
        "32": "icons\/copyr-dark-32.png",
        "48": "icons\/copyr-dark-48.png",
        "128": "icons\/copyr-dark-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.ebay.co.uk\/",
        "https:\/\/www.amazon.co.uk\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "copyr.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}