ClubLink
ClubLink.to browser extension
Wat is ClubLink?
ClubLink is een Chrome-extensie ontwikkeld door https://clublink.to, en de belangrijkste functie is "ClubLink.to browser extension".
Extensie Screenshots
Download het CRX-bestand van de extensie ClubLink
Download ClubLink-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
ClubLink.to helps you to promote your Clubhouse events. It prepares a SEO-optimized event page with an appealing social sharing image on top. With this extension you can save yourself some time by simply using it on your events directly. It allows you to optimize your Clubhouse link in one click.
Basisinformatie over de Extensie
Naam | ClubLink |
ID | ecpncbaendnlpapjphoeppneaebfbaln |
Officiële URL | https://chromewebstore.google.com/detail/clublink/ecpncbaendnlpapjphoeppneaebfbaln |
Beschrijving | ClubLink.to browser extension |
Bestandsgrootte | 17.03 KB |
Aantal Installaties | 21 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2021-02-22 |
Publicatiedatum | 2021-02-22 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://clublink.to |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://clublink.to |
Help Pagina-URL | https://clublink.to/contact |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "ClubLink" }, "name": "ClubLink", "description": "ClubLink.to browser extension", "homepage_url": "https:\/\/ClubLink.to", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "activeTab", "https:\/\/joinclubhouse.com\/*", "https:\/\/ios.joinclubhouse.com\/*", "https:\/\/www.joinclubhouse.com\/*" ], "version": "0.1", "manifest_version": 2 } |