JD Extractor

JustDial Data Extractor tool

ما هو JD Extractor؟

JD Extractor هو إضافة Chrome تم تطويرها بواسطة easy extrax، والميزة الرئيسية لها هي "JustDial Data Extractor tool".

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

screenshot

تحميل ملف CRX للإضافة JD Extractor

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

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

                        Just dial Data Extractor is software that can extract information such as title, phone number, email etc...                    

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

الاسم JD Extractor JD Extractor
ID mihnakoibnncegmcibpgallmgephjepk
عنوان URL الرسمي https://chromewebstore.google.com/detail/jd-extractor/mihnakoibnncegmcibpgallmgephjepk
الوصف JustDial Data Extractor tool
حجم الملف 277 KB
عدد التثبيتات 2,186
النسخة الحالية 2.0
آخر تحديث 2023-01-20
تاريخ النشر 2021-02-11
تقييم 2.33/5 مجموع تقييمات 3
المطور easy extrax
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://scrapers.in/privacy-policy-2
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JD Extractor",
    "description": "JustDial Data Extractor tool",
    "version": "2.0",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        },
        "default_popup": "html\/index.html",
        "default_title": "JD Extractor"
    },
    "options_page": "html\/option.html",
    "background": {
        "scripts": [
            "lib\/js\/jquery-min.js",
            "js\/eventpage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "*:\/\/goyral.com\/*",
        "*:\/\/*.google.com\/*",
        "downloads",
        "browsingData"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/html2canvas.min.js",
                "js\/tesseract.js",
                "lib\/js\/jquery-min.js",
                "contentscript\/content.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "*:\/\/*.justdial.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}