Dynolex

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

Dynolex là gì?

Dynolex là một tiện ích mở rộng Chrome được phát triển bởi Dynolex, và tính năng chính của nó là "Dynolex helps legal professionals fast track & streamline the experience of searching & retrieving data from official sources.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dynolex

Tải xuống các tệp mở rộng Dynolex dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dynolex Dynolex
ID oacaddeedfigpjfcbdcdgogfglfloamm
URL Chính Thức https://chromewebstore.google.com/detail/dynolex/oacaddeedfigpjfcbdcdgogfglfloamm
Mô tả Dynolex helps legal professionals fast track & streamline the experience of searching & retrieving data from official sources.
Kích Thước Tệp 53.25 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2023-09-12
Ngày Phát Hành 2021-05-16
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Dynolex
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.dynolex.com/
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*.*"
    ]
}