Copyr - Semi Automated Ordering Tool

Productivity utilities for Dilato

Hvad er Copyr - Semi Automated Ordering Tool?

Copyr - Semi Automated Ordering Tool er en Chrome-udvidelse udviklet af Dilato Technology LTD, og dens hovedfunktion er "Productivity utilities for Dilato".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Copyr - Semi Automated Ordering Tool-udvidelses-CRX-fil

Download Copyr - Semi Automated Ordering Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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:                    

Grundlæggende oplysninger om udvidelsen

Navn Copyr - Semi Automated Ordering Tool Copyr - Semi Automated Ordering Tool
ID podkbpajopcgkcjdfadapmkaiffagcik
Officiel URL https://chromewebstore.google.com/detail/copyr-semi-automated-orde/podkbpajopcgkcjdfadapmkaiffagcik
Beskrivelse Productivity utilities for Dilato
Filstørrelse 73.36 KB
Antal Installationer 100
Nuværende Version 5.3
Senest Opdateret 2023-04-18
Udgivelsesdato 2021-01-25
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler Dilato Technology LTD
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://dilato.co.uk
URL til Fortrolighedspolitik Side https://profitl.app/privacy
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}