amiSurfboard

Capture pages, create sources for AMI EI

amiSurfboard là gì?

amiSurfboard là một tiện ích mở rộng Chrome được phát triển bởi https://cloud.amisw.com, và tính năng chính của nó là "Capture pages, create sources for AMI EI".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng amiSurfboard

Tải xuống các tệp mở rộng amiSurfboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên amiSurfboard amiSurfboard
ID fbagfajmocapilpmaifahmodojfajdhe
URL Chính Thức https://chromewebstore.google.com/detail/amisurfboard/fbagfajmocapilpmaifahmodojfajdhe
Mô tả Capture pages, create sources for AMI EI
Kích Thước Tệp 170 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 9.0.7
Cập Nhật Lần Cuối 2022-02-15
Ngày Phát Hành 2020-02-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://cloud.amisw.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cloud.amisw.com/
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}