Copyr - Semi Automated Ordering Tool

Productivity utilities for Dilato

Copyr - Semi Automated Ordering Tool란 무엇입니까?

Copyr - Semi Automated Ordering Tool은(는) Dilato Technology LTD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Productivity utilities for Dilato"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Copyr - Semi Automated Ordering Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}