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\/"
    ]
}