bx24dev

Bitrix24 Dev extension

What is bx24dev?

bx24dev is a Chrome extension developed by Andrey Neyman, and its main feature is "Bitrix24 Dev extension".

Extension Screenshots

screenshot
screenshot

Download bx24dev Extension CRX File

Download bx24dev extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Tool for Bitrix24 REST API developers. It provides an useful interface for some Bitrix24 API modules and Console to execute calls limited by an application scope.

Инструмент для разработчика Bitrix24 REST API. Предоставляет интерфейс для просмотра основных сущностей Битрикс24 и даёт возможность выполнять произвольные запросы в Консоли в рамках прав приложения. 
Со способами авторизации (iframe, oauth, вебхук, токен) можно ознакомиться тут https://github.com/unnamed777/bx24dev                    

Extension Basic Information

Name bx24dev bx24dev
ID kfgdjkelnopegmkhnknblmhhomlmofan
Official URL https://chromewebstore.google.com/detail/bx24dev/kfgdjkelnopegmkhnknblmhhomlmofan
Description Bitrix24 Dev extension
File Size 892 KB
Installation Count 170
Current Version 0.3.38
Last Updated 2024-01-10
Publish Date 2021-07-19
Rating 5.00/5 Total 2 Ratings
Developer Andrey Neyman
Email [email protected]
Payment Type free
Extension Website https://github.com/unnamed777/bx24dev
Help Page URL https://github.com/unnamed777/bx24dev/issues
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "bx24dev",
    "description": "Bitrix24 Dev extension",
    "version": "0.3.38",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "bx24dev"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/localhost:*; object-src 'self';"
}