Ticket Counter Extension
Create a counter to keep track of tickets.
What is Ticket Counter Extension?
Ticket Counter Extension is a Chrome extension developed by sebas103912, and its main feature is "Create a counter to keep track of tickets.".
Extension Screenshots
Download Ticket Counter Extension Extension CRX File
Download Ticket Counter 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
This is an extension to keep track of our ticket updates. For personal use
Extension Basic Information
Name | Ticket Counter Extension |
ID | mpanpmgkfpfjhibkljbdcggpepfbijak |
Official URL | https://chromewebstore.google.com/detail/ticket-counter-extension/mpanpmgkfpfjhibkljbdcggpepfbijak |
Description | Create a counter to keep track of tickets. |
File Size | 16.45 KB |
Installation Count | 27 |
Current Version | 2.0 |
Last Updated | 2019-03-05 |
Publish Date | 2019-03-04 |
Rating | 1.00/5 Total 1 Ratings |
Developer | sebas103912 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ticket Counter Extension", "version": "2.0", "description": "Create a counter to keep track of tickets.", "manifest_version": 2, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "TicketLogo.png", "default_popup": "popup.html" } } |