Webaze Shortlinks
Simply create shortlinks with custom domains and different options. Powered by Webaze.net
Hvad er Webaze Shortlinks?
Webaze Shortlinks er en Chrome-udvidelse udviklet af Tubitor, og dens hovedfunktion er "Simply create shortlinks with custom domains and different options. Powered by Webaze.net".
Udvidelsesskærmbilleder
Download Webaze Shortlinks-udvidelses-CRX-fil
Download Webaze Shortlinks-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
The Webaze Shortlinks extension allows you to quickly create a sharable shortlink within seconds. Custom domains and privacy-options like referrer-removal or an expiry date are also available. Features: - Quickly create shortlinks without leaving a website - Add an expiry date to the shortlinks - Customize them with a custom text - Choose between different domains or add your own on webaze.net - Remove the referrer before redirecting for more privacy (The referrer will be removed when someone uses the shortlink. The extension does not generally remove the referrer in your browser.) This is the official extension by Tubitor, the team behind Webaze.
Grundlæggende oplysninger om udvidelsen
Navn | Webaze Shortlinks |
ID | cldjhhkjoeonpkopmfciakjdpnbkphdc |
Officiel URL | https://chromewebstore.google.com/detail/webaze-shortlinks/cldjhhkjoeonpkopmfciakjdpnbkphdc |
Beskrivelse | Simply create shortlinks with custom domains and different options. Powered by Webaze.net |
Filstørrelse | 14.28 KB |
Antal Installationer | 46 |
Nuværende Version | 0.1.0 |
Senest Opdateret | 2022-03-02 |
Udgivelsesdato | 2022-03-02 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Tubitor |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://webaze.net |
Hjælpeside-URL | https://support.tubitor.com/ |
URL til Fortrolighedspolitik Side | https://tubi.to/privacy |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Webaze Shortlinks", "description": "Simply create shortlinks with custom domains and different options. Powered by Webaze.net", "version": "0.1.0", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "homepage_url": "https:\/\/webaze.net", "icons": { "16": "favicon-16x16.png", "32": "favicon-32x32.png" } } |