Snap

1-click pricing tool for eBay/Poshmark sellers

Cos'è Snap?

Snap è un'estensione di Chrome sviluppata da Snap Seller Tools, e la sua funzione principale è "1-click pricing tool for eBay/Poshmark sellers".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Snap

Scarica i file di estensione Snap 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

                        ** IMPORTANT **

Snap v2 is here! Get early access to all new features. Use app on the mobile + work with other popular marketplaces like Etsy, ThredUp, Grailed & Tradesy. Sign Up to the web app here: https://www.snapsellertools.com/signup

** -- **

Free 7-day trial available

Are you an eBay or Poshmark seller looking to spend less time listing your items and more time growing your business? Built by Resellers FOR Resellers, Snap provides 1-click pricing/comping.

Simply search for your item in eBay or Poshmark and Snap will provide on-screen data for the Average Sale Price, Sell Through Rate (market demand), and Suggested Price all in one click. Free yourself from the endless scrolling, filtering back and forth, and doing math in your head while researching your item - Snap is here to streamline your listing workflow. Increase your Sell Through Rate with pinpoint pricing direct from the source and watch your conversions grow.

User options available: include/exclude auction items from search results data (eliminate low priced outlying sales from your data), include/exclude shipping cost in Average Sale Price data (including shipping cost is great for sellers who use free shipping/built in shipping cost in price), and include/exclude items sold with best offer in your data. The Suggested Price is displayed on screen and can be fully customized. Features added regularly and are based on highly-valued customer feedback.

Specifically built for eBay and Poshmark sellers who sell one-off items (clothing, fashion accessories, sporting goods, electronics, records, etc.) and spend time comping/pricing their items.                    

Informazioni di Base sull'Estensione

Nome Snap Snap
ID lglfogfcmfdpaeomhhjoliacmnlemanc
URL Ufficiale https://chromewebstore.google.com/detail/snap/lglfogfcmfdpaeomhhjoliacmnlemanc
Descrizione 1-click pricing tool for eBay/Poshmark sellers
Dimensione del File 82.45 KB
Conteggio Installazioni 131
Versione Corrente 2.1.5
Ultimo Aggiornamento 2021-10-20
Data di Pubblicazione 2020-05-08
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Snap Seller Tools
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://snapsellertools.com/
URL della Pagina di Aiuto https://www.snapsellertools.com/faqs
URL della Pagina della Politica sulla Privacy https://app.termly.io/document/privacy-policy/84402efc-b315-4169-bf30-d646ba5edb1a
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snap",
    "version": "2.1.5",
    "description": "1-click pricing tool for eBay\/Poshmark sellers",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkY+4dZlxxjvSvFWcRAojkMGbrSX5TsNZ5HlutT5gcN1yJ3dUfHDJ2EsmFDMWS7Worvnud\/erFB9APakQg8XuoShXg0Gx3ayS8KCsH4ycFW5hZnvS0nz279b0U\/umVD7Ly1Hd1q30j1WsF8c9vx1UrOrmphNZGUQ3a+KAMPYvCangfkma4DRxTk68WiFF9UG1LGVfNwXMjOeRBRql1dsPQ2o1ubuKSYfCnhzv6s2uy+v9PCZABEiD+i7IBamtNLgJBEpop3h+hDS\/umQSbm\/3yaImTtvVVWCX1y2jB13V1mRuKOxZ76zh8aU7U9QW3Vn03eyAuOMlbU2jYPYbepml5QIDAQAB",
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/*.ebay.com\/",
        "https:\/\/www.ebay.com\/",
        "https:\/\/www.ebay.co.uk\/",
        "https:\/\/www.ebay.ca\/",
        "https:\/\/www.ebay.com.au\/",
        "https:\/\/poshmark.com\/",
        "storage",
        "identity",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/us-central1-snap-extenstion.cloudfunctions.net\/"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "web_accessible_resources": [
        "assets\/*.png",
        "js\/*.js",
        "styles\/*.css",
        "options.html"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "oauth2": {
        "client_id": "526428363408-a4il7nv8cn69v4n5bcir4cbta4tjkfud.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "manifest_version": 2
}