Optotax Assistant

Browser extension for Optotax

Optotax Assistantคืออะไร?

Optotax Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Optobizz Software และคุณลักษณะหลักของมันคือ "Browser extension for Optotax"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Optotax Assistant

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

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

                        "Optotax Assistant" is an assistant tool to Optotax - your favorite GST filing and reporting service. It provides password management and other ancillary services to help you manage your and your clients' GST filings.

It is an easy-to-use, highly-secure, and efficient tool meant for Optotax users.

This extension creates, manages and provides access to your encrypted vaults (or lockers) so that you can securely manage and use own or your clients' credentials while logging in to different accounts (with GSTN portal, Optotax service or anywhere else). 
                
Optotax does its best to recognize which site you're browsing and suggests possible logins for it.

When presented with a login form, Optotax will attach login buttons to help you log in to the service without having to remember any complex passwords for different accounts that you manage. Keep your master password safe and let Optotax protect your all other passwords.

Your username-password that you save with this extension never leave your computer without first being encrypted with your master password. What this means is - even in an extremely unlikely case that someone gets unauthorized access to your vault data they will not be able to decrypt or unlock it without your master password -- which always remains with you and is not stored anywhere.                    

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

ชื่อ Optotax Assistant Optotax Assistant
ID cofjfghobnapjoeogfkflhcbghgdnpae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/optotax-assistant/cofjfghobnapjoeogfkflhcbghgdnpae
คำอธิบาย Browser extension for Optotax
ขนาดไฟล์ 4.42 MB
จำนวนการติดตั้ง 951
เวอร์ชันปัจจุบัน 0.9.0
อัปเดตครั้งล่าสุด 2020-11-02
วันที่เผยแพร่ 2020-11-02
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Optobizz Software
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://optotax.com/
URL หน้าช่วยเหลือ https://optotax.com/#help
URL หน้านโยบายความเป็นส่วนตัว https://opto.tax/PrivacyPolicy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Optotax Assistant",
    "description": "Browser extension for Optotax",
    "version": "0.9.0",
    "applications": {
        "gecko": {
            "id": "{71ecc273-2e22-57d9-82ff-76c98dc1b422}"
        }
    },
    "browser_action": {
        "default_icon": "resources\/buttercup-256.png",
        "default_popup": "popup.html#\/"
    },
    "icons": {
        "16": "resources\/buttercup-16.png",
        "48": "resources\/buttercup-48.png",
        "128": "resources\/buttercup-128.png",
        "256": "resources\/buttercup-256.png"
    },
    "background": {
        "scripts": [
            "vendors-background-popup-setup-tab.js",
            "vendors-background-dialog-popup-setup.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "vendors-dialog-tab.js",
                "vendors-background-popup-setup-tab.js",
                "tab.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "https:\/\/services.gst.gov.in\/services\/authenticate",
        "storage",
        "unlimitedStorage"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.optotax.com\/*",
            "*:\/\/localhost:*\/*"
        ]
    },
    "commands": {
        "login-with-first-credentials": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "Login using first matching credentials"
        }
    },
    "web_accessible_resources": [
        "dialog.html",
        "resources\/*",
        "setup.html"
    ]
}