Vebiz Eklenti

Vebiz Eklenti

What is Vebiz Eklenti?

Vebiz Eklenti is a Chrome extension developed by Akista Yazılım, and its main feature is "Vebiz Eklenti".

Extension Screenshots

screenshot

Download Vebiz Eklenti Extension CRX File

Download Vebiz Eklenti extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Vebiz | Vekil Bilgi izleme kullanıcılarının bu eklenti sayesinde hızlı ve pratik işlem yapmaları amaçlanmıştır.

Eklenti www.vebiz.com.tr adresinde arka planda çalışarak aşağıdaki işlevlere olanak sağlamaktadır.

- Çoklu Tab kullanımında, özellikle bazı sayfaların birden fazla açılmasının önüne geçilmesi.

- Vebiz üzerinden alınacak hatalarda Ekran görüntülerinin alınıp tarafımıza bildirilmesi                    

Extension Basic Information

Name Vebiz Eklenti Vebiz Eklenti
ID eibedmflcddjobgloinfgmpfjbpghonb
Official URL https://chromewebstore.google.com/detail/vebiz-eklenti/eibedmflcddjobgloinfgmpfjbpghonb
Description Vebiz Eklenti
File Size 12.05 KB
Installation Count 1,033
Current Version 1.0
Last Updated 2022-05-26
Publish Date 2022-05-24
Rating 5.00/5 Total 6 Ratings
Developer Akista Yazılım
Email [email protected]
Payment Type free
Extension Website https://www.vebiz.com.tr/
Supported Languages tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vebiz Eklenti",
    "description": "Vebiz Eklenti",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "32": ".\/icons\/icon-32.png",
        "48": ".\/icons\/icon-48.png"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.vebiz.com.tr\/*"
            ],
            "js": [
                "vebiz-tools.js"
            ]
        }
    ]
}