my extension
Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the…
What is my extension?
my extension is a Chrome extension developed by dkempton.developer, and its main feature is "Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the…".
Extension Screenshots
Download my extension Extension CRX File
Download my extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | my extension |
ID | dhehdcfhafbjceagdpjaogedgjagngph |
Official URL | 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… |
File Size | 3.23 KB |
Installation Count | 42 |
Current Version | 0.0.1 |
Last Updated | 2021-01-07 |
Publish Date | 2021-01-07 |
Developer | dkempton.developer |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |