Super Dear! for Dear Inventory

Adding super powers to Dear Inventory (dearsystems.com)

Super Dear! for Dear Inventory란 무엇입니까?

Super Dear! for Dear Inventory은(는) free.radical.apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adding super powers to Dear Inventory (dearsystems.com)"입니다.

확장 프로그램 스크린샷

screenshot

Super Dear! for Dear Inventory 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Adding Super Powers to Dear Inventory (http://DearSystems.com)

* Quick links to Customers and Suppliers in PO and SO forms
* Required Additional Attributes (add a * to any attribute)
* Additional Attribute names in the Product list (instead of "Attribute 1")
* Expiry date warning in Production Assemblies if components expire earlier

Please comment to ask for new super powers :)

For more info check out http://ohdear.me                    

확장 프로그램 기본 정보

이름 Super Dear! for Dear Inventory Super Dear! for Dear Inventory
ID ghgejnlcdnonhmioaapmolbkkbagfgmi
공식 URL https://chromewebstore.google.com/detail/super-dear-for-dear-inven/ghgejnlcdnonhmioaapmolbkkbagfgmi
설명 Adding super powers to Dear Inventory (dearsystems.com)
파일 크기 52.4 KB
설치 횟수 38
현재 버전 0.8
최근 업데이트 2022-03-20
출시 날짜 2018-11-15
평점 5.00/5 총 2 개의 평점
개발자 free.radical.apps
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://ohdear.me
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Super Dear! for Dear Inventory",
    "short_name": "Super Dear!",
    "description": "Adding super powers to Dear Inventory (dearsystems.com)",
    "author": "FreeRadical Apps",
    "version": "0.8",
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/inventory.dearsystems.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                "https:\/\/inventory.dearsystems.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/inventory.dearsystems.com\/"
    ]
}