my extension
Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the…
Qu'est-ce que my extension ?
my extension est une extension Chrome développée par dkempton.developer, et sa fonction principale est "Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension my extension
Téléchargez les fichiers d'extension my extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the package to get the extension name to change, but couldn't get that to work.
Informations de Base sur l'Extension
Nom | my extension |
ID | dhehdcfhafbjceagdpjaogedgjagngph |
URL Officiel | https://chromewebstore.google.com/detail/my-extension/dhehdcfhafbjceagdpjaogedgjagngph |
Description | Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the… |
Taille du Fichier | 3.23 KB |
Nombre d'Installations | 42 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2021-01-07 |
Date de Publication | 2021-01-07 |
Développeur | dkempton.developer |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.1", "name": "my extension", "content_scripts": [ { "matches": [ "https:\/\/wesign4u.com\/signing\/*" ], "js": [ "script.js" ] } ] } |