Copyr - Semi Automated Ordering Tool

Productivity utilities for Dilato

Copyr - Semi Automated Ordering Toolคืออะไร?

Copyr - Semi Automated Ordering Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dilato Technology LTD และคุณลักษณะหลักของมันคือ "Productivity utilities for Dilato"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copyr - Semi Automated Ordering Tool

ดาวน์โหลดไฟล์ส่วนขยาย Copyr - Semi Automated Ordering Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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:                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Copyr - Semi Automated Ordering Tool Copyr - Semi Automated Ordering Tool
ID podkbpajopcgkcjdfadapmkaiffagcik
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copyr-semi-automated-orde/podkbpajopcgkcjdfadapmkaiffagcik
คำอธิบาย Productivity utilities for Dilato
ขนาดไฟล์ 73.36 KB
จำนวนการติดตั้ง 100
เวอร์ชันปัจจุบัน 5.3
อัปเดตครั้งล่าสุด 2023-04-18
วันที่เผยแพร่ 2021-01-25
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Dilato Technology LTD
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dilato.co.uk
URL หน้านโยบายความเป็นส่วนตัว https://profitl.app/privacy
ภาษาที่รองรับ 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": [
                ""
            ]
        }
    ]
}