GEODI

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

GEODI là gì?

GEODI là một tiện ích mở rộng Chrome được phát triển bởi deceyazilim, và tính năng chính của nó là "This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GEODI

Tải xuống các tệp mở rộng GEODI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GEODI GEODI
ID fpfpjjcjbnlolpjicopmlbaihffamnlc
URL Chính Thức https://chromewebstore.google.com/detail/geodi/fpfpjjcjbnlolpjicopmlbaihffamnlc
Mô tả This application is a Chrome plug-in that connects with GEODI Server. GEODI is a smart search engine with map support that works…
Kích Thước Tệp 62.41 KB
Số Lần Cài Đặt 102
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2021-02-10
Ngày Phát Hành 2018-05-18
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển deceyazilim
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://dece.com.tr/geodi
URL Trang Trợ Giúp http://destek.dece.com.tr
URL Trang Chính Sách Bảo Mật https://www.dece.com.tr/geodi-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}