DORy

The super slick chrome extension to jump to U.S. State DOR pages.

DORyคืออะไร?

DORy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย boundleyllc และคุณลักษณะหลักของมันคือ "The super slick chrome extension to jump to U.S. State DOR pages."

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

screenshot
screenshot

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

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

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

                        Navigating U.S. state DOR pages can be daunting. Tax professionals rejoice, all the necessary pages are packaged in one convenient place!

DORy's default shortcut for Windows is "Shift + Alt + F". If you're on aƒ Mac, it's "Option + F".

Simply type the first letter of the state, or it's two-character state code ("AL", "CA", "NY", etc.) and select the desired link. 

Recommended: You can also tab through the results and hit "Enter" on your keyboard to open the page in a new browser tab.

Links are checked for quality and updated regularly.

7/08/2021 - *Added an optional checkbox to search by full state name for those who may not know the region code.

04/06/2023 - *Updated styling, fixed a few dead links.                    

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

ชื่อ DORy DORy
ID enfabemafknbghbmijikipinamgkbgan
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dory/enfabemafknbghbmijikipinamgkbgan
คำอธิบาย The super slick chrome extension to jump to U.S. State DOR pages.
ขนาดไฟล์ 1.79 MB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2023-12-05
วันที่เผยแพร่ 2021-04-03
ผู้พัฒนา boundleyllc
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DORy",
    "description": "The super slick chrome extension to jump to U.S. State DOR pages.",
    "version": "1.6",
    "author": "Boundley",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/custom.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/dory16.png",
            "19": "images\/dory19.png",
            "32": "images\/dory32.png",
            "38": "images\/dory38.png",
            "48": "images\/dory48.png",
            "128": "images\/dory128.png"
        },
        "default_popup": "index.html",
        "default_title": "Find that DOR!"
    },
    "icons": {
        "16": "images\/dory16.png",
        "32": "images\/dory32.png",
        "48": "images\/dory48.png",
        "128": "images\/dory128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Shift+Alt+F",
                "mac": "Alt+F"
            }
        }
    }
}