HostBooks Limited

The language of business

ما هو HostBooks Limited؟

HostBooks Limited هو إضافة Chrome تم تطويرها بواسطة HostBooks Limited، والميزة الرئيسية لها هي "The language of business".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة HostBooks Limited

قم بتنزيل ملفات الامتداد HostBooks Limited بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        To be a premier automated, business solution for every small and medium enterprises by significantly saving their cost and time in accounting, reporting and compliances.                    

معلومات أساسية عن التمديد

الاسم HostBooks Limited HostBooks Limited
ID mfaogecgdmafjlajbpdiilaejbhpcbib
عنوان URL الرسمي https://chromewebstore.google.com/detail/hostbooks-limited/mfaogecgdmafjlajbpdiilaejbhpcbib
الوصف The language of business
حجم الملف 17.2 KB
عدد التثبيتات 386
النسخة الحالية 1.8
آخر تحديث 2021-04-07
تاريخ النشر 2020-12-29
المطور HostBooks Limited
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.hostbooks.com
عنوان صفحة المساعدة https://www.hostbooks.com/in/contact-us
عنوان صفحة سياسة الخصوصية https://www.hostbooks.com/in/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HostBooks Limited",
    "version": "1.8",
    "description": "The language of business",
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "http:\/\/www.developer.chrome.com\/*"
    ],
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.hostbooks.com\/*",
                "https:\/\/sandboxgst.hostbooks.in\/*",
                "https:\/\/sandboxgst.hostbooks.in\/invoice\/index",
                "https:\/\/gst.hostbooks.com\/*",
                "https:\/\/gst.hostbooks.com\/invoice\/index",
                "https:\/\/*.services.gst.gov.in\/*",
                "https:\/\/services.gst.gov.in\/*",
                "https:\/\/return.gst.gov.in\/*",
                "https:\/\/payment.gst.gov.in\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}