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)”。
擴展截圖
下載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                     擴展基本資訊
| 名稱 |   |  
| ID | ghgejnlcdnonhmioaapmolbkkbagfgmi | 
| 官方網址 | 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\/"
    ]
}  |  |