Sendible

Sendible SendIt

Sendibleคืออะไร?

Sendible เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.sendible.com และคุณลักษณะหลักของมันคือ "Sendible SendIt"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sendible

ดาวน์โหลดไฟล์ส่วนขยาย Sendible ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sendible Sendible
ID mbljfmmoibffcpcjimimcpobkonkgdbp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sendible/mbljfmmoibffcpcjimimcpobkonkgdbp
คำอธิบาย Sendible SendIt
ขนาดไฟล์ 32.99 KB
จำนวนการติดตั้ง 2,273
เวอร์ชันปัจจุบัน 161.11.0
อัปเดตครั้งล่าสุด 2023-12-11
วันที่เผยแพร่ 2020-04-16
คะแนน 3.29/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://www.sendible.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.sendible.com
URL หน้าช่วยเหลือ https://support.sendible.com
URL หน้านโยบายความเป็นส่วนตัว https://www.sendible.com/privacy
ภาษาที่รองรับ 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"
            ]
        }
    ]
}