Dynolex

Dynolex helps legal professionals fast track & streamline the experience of searching & retrieving data from official sources.

Dynolexคืออะไร?

Dynolex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dynolex และคุณลักษณะหลักของมันคือ "Dynolex helps legal professionals fast track & streamline the experience of searching & retrieving data from official sources."

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

screenshot
screenshot
screenshot

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

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

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

                        Turbocharge Your Trademark Searches with Dynolex - A Seamless Solution for IP Professionals in India

Transform your trademark search experience on the IP India website with Dynolex, the innovative Chrome extension designed to streamline and simplify your work. With Dynolex, you can bid goodbye to the slow, tedious process of status checks and public searches, and fast track your way to reliable, accurate results.

Traditionally, Intellectual Property (IP) professionals rely heavily on online public search tools for application status checks and availability searches. Government websites, though reliable, are often bogged down by time-consuming steps. But with Dynolex, you can bypass these cumbersome processes and focus on what truly matters.

Key Features of the Dynolex Chrome Extension:

# Automatic Trademark Status Checks: Do you find it frustrating to navigate through numerous options just to verify the status of an Indian TM application? Dynolex auto-clicks these for you, reducing redundancies and speeding up your workflow.

# Quick Access TM Status Button: A consistently visible TM status check button lets you instantly input and check the status. Say goodbye to tiresome navigation.

# One-Click TM Status Check from Public Search Page: Scouting for a stellar name for your client's business? With Dynolex's status button on the Indian search page, you can quickly perform a lookup and gain access to the entire application record.

# Auto-Resize for Images: Larger images on the Indian public search page are automatically adjusted to fit your screen by Dynolex, ensuring you have a complete view of results without excessive screen occupation.

# Excel Export for Public Search Results (Pro feature): With a single click, you can transfer all TM public search results into an Excel file for easy review and management.

# Smart Lists for Trademark Clearance Searches (Pro feature): Accelerate your trademark clearance searches with Dynolex Smart Lists. Save searches quickly, review them conveniently, avoid duplicates, share with others, and more.

Recent Updates & Upcoming Enhancements:
- Autoload More: We've now integrated an autoload feature, which auto loads the trademark search results beyond 100 till all the results are loaded, ensuring you get more data without manual interventions.
- We're committed to further improving Dynolex. Stay tuned for additional innovative features!

Join the Dynolex Family:
We envision Dynolex as the primary Chrome extension for every IP professional in India. Your feedback and support drive us. If Dynolex has enhanced your work, please recommend it to your colleagues.

Special Offer:
For a limited time, enjoy all Dynolex features, including the pro ones, absolutely free! Don't wait; elevate your Indian trademark search experience with Dynolex today!

Support:
Encountered an issue or have a feature request? Visit www.dynolex.com for assistance.                    

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

ชื่อ Dynolex Dynolex
ID oacaddeedfigpjfcbdcdgogfglfloamm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dynolex/oacaddeedfigpjfcbdcdgogfglfloamm
คำอธิบาย Dynolex helps legal professionals fast track & streamline the experience of searching & retrieving data from official sources.
ขนาดไฟล์ 53.25 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2023-09-12
วันที่เผยแพร่ 2021-05-16
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Dynolex
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.dynolex.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dynolex",
    "version": "1.0.8",
    "manifest_version": 2,
    "description": "Dynolex helps legal professionals fast track & streamline the experience of searching & retrieving data from official sources.",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon-128.png",
        "default_title": "Dynolex"
    },
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ipindiaonline.gov.in\/*",
                "https:\/\/ipindiaservices.gov.in\/*"
            ],
            "all_frames": true,
            "css": [
                "style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/ipindiaonline.gov.in\/*",
                "https:\/\/ipindiaservices.gov.in\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "in-page.js"
            ]
        },
        {
            "matches": [
                "https:\/\/ipindiaonline.gov.in\/*",
                "https:\/\/ipindiaservices.gov.in\/*"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "constants.js",
                "results-page.js"
            ]
        },
        {
            "matches": [
                "https:\/\/ipindiaonline.gov.in\/*",
                "https:\/\/ipindiaservices.gov.in\/*"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "constants.js",
                "tmr-search.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "https:\/\/www.dynolex.com\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "*.*"
    ]
}