Super Dear! for Dear Inventory

Adding super powers to Dear Inventory (dearsystems.com)

Super Dear! for Dear Inventoryคืออะไร?

Super Dear! for Dear Inventory เป็นส่วนขยายของ Chrome ที่พัฒนาโดย free.radical.apps และคุณลักษณะหลักของมันคือ "Adding super powers to Dear Inventory (dearsystems.com)"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Super Dear! for Dear Inventory

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/"
    ]
}