Google Map Extractor 2.0

Google Map Extractor 2.0

Google Map Extractor 2.0คืออะไร?

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

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

screenshot

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

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

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

                        A simple chrome extension to get the leads you always wanted through  Google Maps extractor.                    

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

ชื่อ Google Map Extractor 2.0 Google Map Extractor 2.0
ID mnhghabebjlcfaplddbnpolbcgeembjh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/google-map-extractor-20/mnhghabebjlcfaplddbnpolbcgeembjh
คำอธิบาย Google Map Extractor 2.0
ขนาดไฟล์ 2.28 MB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 5.0
อัปเดตครั้งล่าสุด 2021-11-22
วันที่เผยแพร่ 2021-11-22
ผู้พัฒนา Marketing Softwares
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1-6vlcl0fGIRSDh2ph1pOmOhC0Zx9u7XlS6buXQbCH00/edit?usp=sharing
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Map Extractor 2.0",
    "description": "Google Map Extractor 2.0",
    "version": "5.0",
    "background": {
        "scripts": [
            "assets\/vendors\/jquery.min.js",
            "libs\/ChromeBox.js",
            "config\/app.js",
            "libs\/foxCommon.js",
            "libs\/TaskManager.js",
            "controllers\/localModel.js",
            "controllers\/TaskManagerContainer.js",
            "controllers\/background.js",
            "controllers\/contextMenus.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "assets\/icons\/icon.png",
        "default_title": "Google map extractor"
    },
    "icons": {
        "16": "assets\/icons\/icon.png",
        "48": "assets\/icons\/icon.png",
        "128": "assets\/icons\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "https:\/\/*.google.com\/*",
        "http:\/\/foxoyo.store\/*",
        "https:\/\/foxoyo.store\/*",
        "notifications",
        "contextMenus",
        "https:\/\/hsdigitalsolution.in\/extractor\/api\/gmap_extension.php",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/*"
            ],
            "css": [
                "assets\/css\/content.css"
            ],
            "js": [
                "assets\/vendors\/lockr.min.js",
                "assets\/vendors\/lodash.min.js",
                "libs\/ChromeBox.js",
                "controllers\/localModel.js",
                "assets\/vendors\/angular.min.js",
                "assets\/vendors\/jquery.min.js",
                "assets\/vendors\/semantic.min.js",
                "libs\/foxCommon.js",
                "controllers\/GoogleForm.js",
                "config\/app.js",
                "libs\/TaskManager.js",
                "controllers\/TaskManagerContainer.js",
                "controllers\/content.js",
                "controllers\/index.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}