Otys Assistant

Ассистент для работы с Сервисами Otys

What is Otys Assistant?

Otys Assistant is a Chrome extension developed by https://otys.ru, and its main feature is "Ассистент для работы с Сервисами Otys".

Extension Screenshots

screenshot

Download Otys Assistant Extension CRX File

Download Otys Assistant 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

                        Обеспечивает фоновое получение авторизационных токенов и упрощает процедуру взаимодействия пользователя OTYS и социальных сетей в рамках публикации объявлений.                    

Extension Basic Information

Name Otys Assistant Otys Assistant
ID bfjnocmppakoiippbkbejmipphhkfhok
Official URL https://chromewebstore.google.com/detail/otys-assistant/bfjnocmppakoiippbkbejmipphhkfhok
Description Ассистент для работы с Сервисами Otys
File Size 81.42 KB
Installation Count 113
Current Version 1.2.0
Last Updated 2023-09-18
Publish Date 2019-11-26
Developer https://otys.ru
Email [email protected]
Payment Type free
Privacy Policy Page URL https://otys.ru/privacypolicy
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Otys Assistant",
    "short_name": "Otys Assistant",
    "version": "1.2.0",
    "description": "\u0410\u0441\u0441\u0438\u0441\u0442\u0435\u043d\u0442 \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0441 \u0421\u0435\u0440\u0432\u0438\u0441\u0430\u043c\u0438 Otys",
    "author": "Otys",
    "homepage_url": "https:\/\/otys.ru",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Otys Assistant",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "popup.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "minimum_chrome_version": "103",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/otys.ru\/*",
        "*:\/\/185.22.62.203\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/otys.ru\/*"
        ]
    }
}