Directorio Google Maps

Genera un .csv con la información que estas navegando en Google Maps ¡GRATIS!

Directorio Google Mapsคืออะไร?

Directorio Google Maps เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cesar Amezcua และคุณลักษณะหลักของมันคือ "Genera un .csv con la información que estas navegando en Google Maps ¡GRATIS!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Directorio Google Maps

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

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

                        Genera un .csv con la información que estas navegando en Google Maps ¡GRATIS!

Instala la extensión
Realiza tu búsqueda en google maps
Descarga tu archivo csv

¡Gracias por tu donativo!                    

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

ชื่อ Directorio Google Maps Directorio Google Maps
ID hfpgnmhdppfhmkmblcglofiejjcikdlp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/directorio-google-maps/hfpgnmhdppfhmkmblcglofiejjcikdlp
คำอธิบาย Genera un .csv con la información que estas navegando en Google Maps ¡GRATIS!
ขนาดไฟล์ 21.7 KB
จำนวนการติดตั้ง 89
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-12-08
วันที่เผยแพร่ 2017-12-07
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Cesar Amezcua
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://asere.com.mx/
URL หน้าช่วยเหลือ http://asere.com.mx/
ภาษาที่รองรับ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Directorio Google Maps",
    "short_name": "Directorio Google Maps",
    "author": "C\u00e9sar Amezcua",
    "description": "Genera un .csv con la informaci\u00f3n que estas navegando en Google Maps \u00a1GRATIS!",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "Maps.html"
    },
    "permissions": [
        "https:\/\/www.google.com.mx\/",
        "webRequestBlocking",
        "storage",
        "webRequest",
        "*:\/\/*.google.com\/"
    ],
    "background": {
        "page": "background_page.html"
    }
}