Data Copier

Copies data from one site to other!

ما هو Data Copier؟

Data Copier هو إضافة Chrome تم تطويرها بواسطة Jawed Shaikh، والميزة الرئيسية لها هي "Copies data from one site to other!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Data Copier

قم بتنزيل ملفات الامتداد Data Copier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This copies data from specified websites and paste in to specified websites so this is used by specific users not for all.                    

معلومات أساسية عن التمديد

الاسم Data Copier Data Copier
ID ginbdgcdgdakfdemfkdnfhjncdjaapci
عنوان URL الرسمي https://chromewebstore.google.com/detail/data-copier/ginbdgcdgdakfdemfkdnfhjncdjaapci
الوصف Copies data from one site to other!
حجم الملف 63.92 KB
عدد التثبيتات 35
النسخة الحالية 1.1
آخر تحديث 2019-06-01
تاريخ النشر 2019-05-27
المطور Jawed Shaikh
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://inforadiance.com/
عنوان صفحة المساعدة https://inforadiance.com/
اللغات المدعومة 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"
    ]
}