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.
Vad är QR Code Sender - URL, SMS, Wifi, etc?
QR Code Sender - URL, SMS, Wifi, etc är en Chrome-tillägg utvecklad av https://xenosi.de, och dess huvudfunktion är "You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi.".
Tilläggsskärmbilder
Ladda ner QR Code Sender - URL, SMS, Wifi, etc-förlängningens CRX-fil
Ladda ner QR Code Sender - URL, SMS, Wifi, etc-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi. Grundläggande Information om Tillägg
| Namn | |
| ID | gahnhihmambbhkolajmjohaeoheedmal |
| Officiell webbadress | https://chromewebstore.google.com/detail/qr-code-sender-url-sms-wi/gahnhihmambbhkolajmjohaeoheedmal |
| Beskrivning | You can QR scan a url on iOS and open it with Chrome. You can create QR freely, such as SMS and Wifi. |
| Filstorlek | 15.16 KB |
| Antal Installationer | 256 |
| Aktuell Version | 0.8 |
| Senast Uppdaterad | 2022-09-27 |
| Publiceringsdatum | 2020-09-10 |
| Utvecklare | https://xenosi.de |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://urlopen.link/qr/ |
| URL till Sekretesspolicy Sidan | https://xenosi.de/privacyext.html |
| Stödda Språk | 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"
]
} | |