QR Code Sender - URL, SMS, Wifi, etc
You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi.
Co to jest QR Code Sender - URL, SMS, Wifi, etc?
QR Code Sender - URL, SMS, Wifi, etc to rozszerzenie Chrome opracowane przez https://xenosi.de, a jego główną funkcją jest „You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia QR Code Sender - URL, SMS, Wifi, etc
Pobierz pliki rozszerzeń QR Code Sender - URL, SMS, Wifi, etc w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi.
Podstawowe informacje o rozszerzeniu
Nazwa | QR Code Sender - URL, SMS, Wifi, etc |
ID | gahnhihmambbhkolajmjohaeoheedmal |
Oficjalny URL | https://chromewebstore.google.com/detail/qr-code-sender-url-sms-wi/gahnhihmambbhkolajmjohaeoheedmal |
Opis | You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi. |
Rozmiar pliku | 15.16 KB |
Liczba instalacji | 256 |
Aktualna Wersja | 0.8 |
Ostatnia Aktualizacja | 2022-09-27 |
Data Publikacji | 2020-09-10 |
Deweloper | https://xenosi.de |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://urlopen.link/qr/ |
Adres URL Strony Polityki Prywatności | https://xenosi.de/privacyext.html |
Obsługiwane Języki | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "QR Code Sender - URL, SMS, Wifi, etc", "short_name": "QR Code Sender", "default_locale": "ko", "description": "__MSG_extDescription__", "version": "0.8", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "index.html", "default_title": "QR Code Sender - URL, SMS, Wifi, etc" }, "permissions": [ "activeTab" ] } |