E-Applier ES-Applier
ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.
Vad är E-Applier ES-Applier?
E-Applier ES-Applier är en Chrome-tillägg utvecklad av Webs-Automation, och dess huvudfunktion är "ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.".
Tilläggsskärmbilder
Ladda ner E-Applier ES-Applier-förlängningens CRX-fil
Ladda ner E-Applier ES-Applier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A tool to track writing jobs notification and apply them automatically. Grundläggande Information om Tillägg
| Namn | |
| ID | aeafcpibebodpgpdijemngbkjpejedpe |
| Officiell webbadress | https://chromewebstore.google.com/detail/e-applier-es-applier/aeafcpibebodpgpdijemngbkjpejedpe |
| Beskrivning | ES-APPLIER is an extension to notify the writing tasks and to apply them automatically. |
| Filstorlek | 69.21 KB |
| Antal Installationer | 37 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2021-07-09 |
| Publiceringsdatum | 2021-07-09 |
| Utvecklare | Webs-Automation |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.eapplier.com/ |
| Hjälpsida URL | https://www.eapplier.com/contact-us/ |
| URL till Sekretesspolicy Sidan | https://www.eapplier.com/policy |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "E-Applier ES-Applier",
"version": "0.1",
"description": "ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.",
"content_scripts": [
{
"matches": [
"https:\/\/essayshark.com\/*"
],
"js": [
"jquery.min.js",
"content.js",
"login.js"
]
}
],
"browser_action": {
"default_popup": "background.html"
},
"web_accessible_resources": [
"results.json",
"https:\/\/websautomation.com\/ebay\/result.php",
"result.php"
],
"permissions": [
"storage"
],
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/websautomation.com\/ebay\/result.php; object-src 'self'"
} | |