Dynolex

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

Dynolex란 무엇입니까?

Dynolex은(는) Dynolex에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dynolex helps legal professionals fast track & streamline the experience of searching & retrieving data from official sources."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Dynolex 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
        "*.*"
    ]
}