amiSurfboard

Capture pages, create sources for AMI EI

Что такое amiSurfboard?

amiSurfboard - это расширение Chrome, разработанное https://cloud.amisw.com, и его основная функция - "Capture pages, create sources for AMI EI".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения amiSurfboard

Скачайте файлы расширений amiSurfboard в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        L'extension est proposée aux utilisateurs du logiciel AMI EI. Les utilisateurs identifiés sur cette application peuvent interagir depuis leur navigation web.

The extension is provided to users of the AMI EI software. Users identified on this application can interact from their web browser.                    

Основная информация о расширении

Название amiSurfboard amiSurfboard
ID fbagfajmocapilpmaifahmodojfajdhe
Официальный URL https://chromewebstore.google.com/detail/amisurfboard/fbagfajmocapilpmaifahmodojfajdhe
Описание Capture pages, create sources for AMI EI
Размер файла 170 KB
Количество установок 74
Текущая Версия 9.0.7
Последнее Обновление 2022-02-15
Дата публикации 2020-02-28
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://cloud.amisw.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://cloud.amisw.com/
Поддерживаемые языки en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "amiSurfboard",
    "version": "9.0.7",
    "minimum_chrome_version": "50",
    "description": "__MSG_application_description__",
    "icons": {
        "16": "icons\/ami-16.png",
        "32": "icons\/ami-32.png",
        "48": "icons\/ami-48.png",
        "128": "icons\/ami-128.png"
    },
    "default_locale": "en",
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.gif"
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "activeTab",
        ""
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/jquery-ui.min.js",
                "scripts\/remote.js",
                "content.js",
                "scripts\/descriptor.js",
                "scripts\/current_descriptors.js",
                "scripts\/amidescriptor.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "scripts\/amiei.js",
            "scripts\/remote.js",
            "background.js"
        ]
    },
    "options_ui": {
        "page": "popup\/preferences.html",
        "browser_style": true,
        "open_in_tab": true
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "icons\/ami-16.png",
            "32": "icons\/ami-32.png",
            "48": "icons\/ami-48.png",
            "128": "icons\/ami-128.png"
        },
        "default_title": "amiSurfboard",
        "default_popup": "popup\/action.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0",
            "update_url": "https:\/\/api.amisw.com\/firefox_extension.json"
        }
    }
}