G Map Extractor

Google Map Data Extractor tool

G Map Extractorคืออะไร?

G Map Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย easy extrax และคุณลักษณะหลักของมันคือ "Google Map Data Extractor tool"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย G Map Extractor

ดาวน์โหลดไฟล์ส่วนขยาย G Map Extractor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ G Map Extractor G Map Extractor
ID kpffmkimdhpchedcaehlhcibdpepcdmj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/g-map-extractor/kpffmkimdhpchedcaehlhcibdpepcdmj
คำอธิบาย Google Map Data Extractor tool
ขนาดไฟล์ 218 KB
จำนวนการติดตั้ง 183
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2022-02-24
วันที่เผยแพร่ 2021-02-10
ผู้พัฒนา easy extrax
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "G Map Extractor",
    "description": "Google Map Data Extractor tool",
    "version": "1.6",
    "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": "G Map Extractor"
    },
    "options_page": "html\/option.html",
    "background": {
        "scripts": [
            "js\/eventpage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "downloads",
        "browsingData",
        "https:\/\/www.google.com\/*",
        "*:\/\/goyral.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "lib\/js\/jquery-min.js",
                "contentscript\/content.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "*:\/\/*.google.com\/search?tbm*"
            ],
            "run_at": "document_end"
        }
    ]
}