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ファイルをダウンロード

Super Dear! for Dear Inventory拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/"
    ]
}