Sendible

Sendible SendIt

Sendible क्या है?

Sendible https://www.sendible.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sendible SendIt"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sendible एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}