Dynolex

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

Apa itu Dynolex?

Dynolex adalah ekstensi Chrome yang dikembangkan oleh Dynolex, dan fitur utamanya adalah "Dynolex helps legal professionals fast track & streamline the experience of searching & retrieving data from official sources.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Dynolex

Unduh file ekstensi Dynolex dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Dynolex Dynolex
ID oacaddeedfigpjfcbdcdgogfglfloamm
URL Resmi https://chromewebstore.google.com/detail/dynolex/oacaddeedfigpjfcbdcdgogfglfloamm
Deskripsi Dynolex helps legal professionals fast track & streamline the experience of searching & retrieving data from official sources.
Ukuran File 53.25 KB
Jumlah Instalasi 35
Versi Saat Ini 1.0.8
Terakhir Diperbarui 2023-09-12
Tanggal Publikasi 2021-05-16
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Dynolex
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.dynolex.com/
Bahasa yang Didukung 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": [
        "*.*"
    ]
}