Auto Accept
A browser Extension which locks incoming cases
Wat is Auto Accept?
Auto Accept is een Chrome-extensie ontwikkeld door seposwatdevelopers, en de belangrijkste functie is "A browser Extension which locks incoming cases".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto Accept
Download Auto Accept-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | dfjbjopjjapbanohpdnagalchfjkdfmo |
| Officiële URL | https://chromewebstore.google.com/detail/auto-accept/dfjbjopjjapbanohpdnagalchfjkdfmo |
| Beschrijving | A browser Extension which locks incoming cases |
| Bestandsgrootte | 38.34 KB |
| Aantal Installaties | 230 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2023-10-05 |
| Publicatiedatum | 2023-09-13 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | seposwatdevelopers |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |