Sendible

Sendible SendIt

Wat is Sendible?

Sendible is een Chrome-extensie ontwikkeld door https://www.sendible.com, en de belangrijkste functie is "Sendible SendIt".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sendible

Download Sendible-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Sendible Sendible
ID mbljfmmoibffcpcjimimcpobkonkgdbp
Officiële URL https://chromewebstore.google.com/detail/sendible/mbljfmmoibffcpcjimimcpobkonkgdbp
Beschrijving Sendible SendIt
Bestandsgrootte 32.99 KB
Aantal Installaties 2,273
Huidige Versie 161.11.0
Laatst Bijgewerkt 2023-12-11
Publicatiedatum 2020-04-16
Beoordeling 3.29/5 Totaal 14 Beoordelingen
Ontwikkelaar https://www.sendible.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.sendible.com
Help Pagina-URL https://support.sendible.com
URL van de Privacybeleid Pagina https://www.sendible.com/privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}