GEODI

This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…

Apa itu GEODI?

GEODI adalah ekstensi Chrome yang dikembangkan oleh deceyazilim, dan fitur utamanya adalah "This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi GEODI

Unduh file ekstensi GEODI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This application is a Chrome plug-in that connects with GEODI Server.

GEODI is a smart search engine with map support that works on your data. It provides access to all your data on Word, Excel, PDF, AutoCAD, Netcad, Databases, Emails, Web Pages or Social Media from a single point. Municipality, Construction, Solves the problems of accessing, archiving and backing up information in Law, Industry, Higher Education, Financial Advisory or other sectors. It shows the location information on the map. Place Names, Parcels, Locations in Your Project, Kilometers in Road Projects or other sizes you will define are automatically read.

http://dece.com.tr/geo                    

Informasi Dasar Ekstensi

Nama GEODI GEODI
ID fpfpjjcjbnlolpjicopmlbaihffamnlc
URL Resmi https://chromewebstore.google.com/detail/geodi/fpfpjjcjbnlolpjicopmlbaihffamnlc
Deskripsi This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…
Ukuran File 62.41 KB
Jumlah Instalasi 102
Versi Saat Ini 1.8
Terakhir Diperbarui 2021-02-10
Tanggal Publikasi 2018-05-18
Penilaian 5.00/5 Total 6 Penilaian
Pengembang deceyazilim
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://dece.com.tr/geodi
URL Halaman Bantuan http://destek.dece.com.tr
URL Halaman Kebijakan Privasi https://www.dece.com.tr/geodi-privacy-policy
Bahasa yang Didukung en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GEODI",
    "description": "",
    "version": "1.8",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "geodimenu.js",
            "geodisearch.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "geodicontent.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "geodi48.png",
        "default_popup": "geodipopup.html"
    },
    "icons": {
        "16": "geodi16.png",
        "48": "geodi48.png",
        "128": "geodi128.png"
    },
    "manifest_version": 2,
    "default_locale": "en"
}