Zen Check
Zen Check works inside Zen Arbitrage to verify your permission to sell a book, highlighting the row if you're not allowed to sell.
Hvad er Zen Check?
Zen Check er en Chrome-udvidelse udviklet af Zen Arbitrage, og dens hovedfunktion er "Zen Check works inside Zen Arbitrage to verify your permission to sell a book, highlighting the row if you're not allowed to sell.".
Udvidelsesskærmbilleder
Download Zen Check-udvidelses-CRX-fil
Download Zen Check-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Zen Check works inside Zen Arbitrage to verify your permission to sell a book, highlighting the row if you're not allowed to sell. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gpokpdjehgggnkadigmmbopeehlogang |
| Officiel URL | https://chromewebstore.google.com/detail/zen-check/gpokpdjehgggnkadigmmbopeehlogang |
| Beskrivelse | Zen Check works inside Zen Arbitrage to verify your permission to sell a book, highlighting the row if you're not allowed to sell. |
| Filstørrelse | 539 KB |
| Antal Installationer | 363 |
| Nuværende Version | 2.0.3 |
| Senest Opdateret | 2023-02-27 |
| Udgivelsesdato | 2022-09-04 |
| Udvikler | Zen Arbitrage |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.zenarbitrage.co/ |
| URL til Fortrolighedspolitik Side | https://www.zenarbitrage.co/optin1591157726581 |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Peter Valley",
"name": "Zen Check",
"description": "Zen Check works inside Zen Arbitrage to verify your permission to sell a book, highlighting the row if you're not allowed to sell.",
"manifest_version": 3,
"version": "2.0.3",
"icons": {
"128": "src\/img\/icon2.png"
},
"background": {
"service_worker": "src\/js\/background.js"
},
"action": {
"default_popup": "src\/html\/popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/fba.zenarbitrage.com\/*"
],
"css": [
"src\/css\/bootstrap.min.css",
"src\/css\/style.css"
],
"js": [
"src\/js\/jquery-3.1.1.min.js",
"src\/js\/config.js",
"src\/js\/rollbar.min.js",
"src\/js\/restriction.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"src\/img\/*"
],
"matches": [
"*:\/\/fba.zenarbitrage.com\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/sellercentral.amazon.com\/hz\/approvalrequest\/*",
"https:\/\/fonts.googleapis.com\/*",
"https:\/\/api.rollbar.com\/"
]
} | |