Data Copier

Copies data from one site to other!

Data Copier là gì?

Data Copier là một tiện ích mở rộng Chrome được phát triển bởi Jawed Shaikh, và tính năng chính của nó là "Copies data from one site to other!".

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

screenshot

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

Tải xuống các tệp mở rộng Data Copier 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 copies data from specified websites and paste in to specified websites so this is used by specific users not for all.                    

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

Tên Data Copier Data Copier
ID ginbdgcdgdakfdemfkdnfhjncdjaapci
URL Chính Thức https://chromewebstore.google.com/detail/data-copier/ginbdgcdgdakfdemfkdnfhjncdjaapci
Mô tả Copies data from one site to other!
Kích Thước Tệp 63.92 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-06-01
Ngày Phát Hành 2019-05-27
Nhà Phát Triển Jawed Shaikh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://inforadiance.com/
URL Trang Trợ Giúp https://inforadiance.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Data Copier",
    "version": "1.1",
    "description": "Copies data from one site to other!",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}