Auto Accept
A browser Extension which locks incoming cases
Cos'è Auto Accept?
Auto Accept è un'estensione di Chrome sviluppata da seposwatdevelopers, e la sua funzione principale è "A browser Extension which locks incoming cases".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto Accept
Scarica i file di estensione Auto Accept in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
It is an internal tool for employees to increase the productivity. Perform an click event on buttons popups in a webpage automatically. Used to automatically lock the tasks popups in a webpage to the employees.
Informazioni di Base sull'Estensione
Nome | Auto Accept |
ID | dfjbjopjjapbanohpdnagalchfjkdfmo |
URL Ufficiale | https://chromewebstore.google.com/detail/auto-accept/dfjbjopjjapbanohpdnagalchfjkdfmo |
Descrizione | A browser Extension which locks incoming cases |
Dimensione del File | 38.34 KB |
Conteggio Installazioni | 230 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2023-10-05 |
Data di Pubblicazione | 2023-09-13 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | seposwatdevelopers |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Accept", "version": "1.1", "manifest_version": 3, "author": "Rahul R(mzrmm@)", "description": " A browser Extension which locks incoming cases", "action": { "default_popup": "Accept.html", "default-icon": "logo.png" }, "icons": { "128": "logo.png" }, "permissions": [ "notifications" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/paragon-na.amazon.com\/hz\/*", "https:\/\/paragon-eu.amazon.com\/hz\/*", "https:\/\/paragon-fe.amazon.com\/hz\/*" ], "content_scripts": [ { "matches": [ "https:\/\/paragon-na.amazon.com\/hz\/*", "https:\/\/paragon-eu.amazon.com\/hz\/*", "https:\/\/paragon-fe.amazon.com\/hz\/*" ], "js": [ "content.js" ] } ] } |