Dynolex

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

Wat is Dynolex?

Dynolex is een Chrome-extensie ontwikkeld door Dynolex, en de belangrijkste functie is "Dynolex helps legal professionals fast track & streamline the experience of searching & retrieving data from official sources.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dynolex

Download Dynolex-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Dynolex Dynolex
ID oacaddeedfigpjfcbdcdgogfglfloamm
Officiële URL https://chromewebstore.google.com/detail/dynolex/oacaddeedfigpjfcbdcdgogfglfloamm
Beschrijving Dynolex helps legal professionals fast track & streamline the experience of searching & retrieving data from official sources.
Bestandsgrootte 53.25 KB
Aantal Installaties 35
Huidige Versie 1.0.8
Laatst Bijgewerkt 2023-09-12
Publicatiedatum 2021-05-16
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Dynolex
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.dynolex.com/
Ondersteunde Talen 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": [
        "*.*"
    ]
}