Zen Jet Pack
Zen Jet Pack will make your experience with ZenArbitrage even more powerful and focused. INSTRUCTIONS: 1) YOU MUST HAVE AMAZON…
Vad är Zen Jet Pack?
Zen Jet Pack är en Chrome-tillägg utvecklad av zenjetpackce, och dess huvudfunktion är "Zen Jet Pack will make your experience with ZenArbitrage even more powerful and focused. INSTRUCTIONS: 1) YOU MUST HAVE AMAZON…".
Tilläggsskärmbilder
Ladda ner Zen Jet Pack-förlängningens CRX-fil
Ladda ner Zen Jet Pack-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
                        Zen Jet Pack will make your experience with ZenArbitrage even more powerful and focused.
INSTRUCTIONS:
1) YOU MUST HAVE AMAZON SELLER CENTRAL OPEN IN A SEPARATE TAB FOR THIS TO WORK CORRECTLY. 
2) THE PROGRAM WILL START CROSS CHECKING EACH BOOK 30 SECONDS AFTER THE ZEN ARB PAGE LOADS.
Built by a regular user of the website, Zen Jet Pack simplifies the workflow of finding books in the following ways:
- Never waste time looking into a book that you can't buy anyway!
- Zen Jet Pack connects to your Amazon Seller Account so you don't have to waste time clicking the "Check Restriction" for every book.
- Visually see what books are promising at a quick glance!
- Zen Jet Pack allows you to customize your searches highlighting books that have a favorable Used Price to FBA/AMZ price ration.
- In the Extension Dropdown, you can enter a percentage you want for the Used Price in relation to the AMZ/FBA price. The default is set to 50%
This feature may eventually become something Zen Arbitrage puts out themselves, but until that happens, enjoy!                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | hieimochdbgbebfdmgkjbdohmpnkdojh | 
| Officiell webbadress | https://chromewebstore.google.com/detail/zen-jet-pack/hieimochdbgbebfdmgkjbdohmpnkdojh | 
| Beskrivning | Zen Jet Pack will make your experience with ZenArbitrage even more powerful and focused. INSTRUCTIONS: 1) YOU MUST HAVE AMAZON… | 
| Filstorlek | 22.47 KB | 
| Antal Installationer | 14 | 
| Aktuell Version | 2.0 | 
| Senast Uppdaterad | 2019-08-17 | 
| Publiceringsdatum | 2019-08-16 | 
| Utvecklare | zenjetpackce | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zen Jet Pack",
    "version": "2.0",
    "manifest_version": 2,
    "icons": {
        "128": "noun_jet-pack_128X128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/fba.zenarbitrage.com\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/sellercentral.amazon.com\/abis\/Display\/ItemSelected?asin=*"
            ],
            "js": [
                "amazon.js"
            ]
        },
        {
            "matches": [
                "*:\/\/sellercentral.amazon.com\/ap\/signin?*"
            ],
            "js": [
                "amazonof.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}  |  |