Sendible

Sendible SendIt

Sendible là gì?

Sendible là một tiện ích mở rộng Chrome được phát triển bởi https://www.sendible.com, và tính năng chính của nó là "Sendible SendIt".

Ả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 Sendible

Tải xuống các tệp mở rộng Sendible 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

                        Get the Sendible Chrome extension to quickly schedule and share links, images and videos you visit on the web.                    

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

Tên Sendible Sendible
ID mbljfmmoibffcpcjimimcpobkonkgdbp
URL Chính Thức https://chromewebstore.google.com/detail/sendible/mbljfmmoibffcpcjimimcpobkonkgdbp
Mô tả Sendible SendIt
Kích Thước Tệp 32.99 KB
Số Lần Cài Đặt 2,273
Phiên Bản Hiện Tại 161.11.0
Cập Nhật Lần Cuối 2023-12-11
Ngày Phát Hành 2020-04-16
Đánh Giá 3.29/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://www.sendible.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.sendible.com
URL Trang Trợ Giúp https://support.sendible.com
URL Trang Chính Sách Bảo Mật https://www.sendible.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sendible",
    "short_name": "Sendible",
    "version": "161.11.0",
    "manifest_version": 2,
    "description": "Sendible SendIt",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/off19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "Start Sendible Compose Box"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_globs": [
                "http:\/\/localhost:1235\/*",
                "https:\/\/buildapp.sendible.com\/*",
                "http:\/\/app.sendible.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}