Puppy

About the plugin: This is a tool made for automated research of organic keyword ranks in Amazon search. It automatically collects…

Τι είναι το Puppy;

Το Puppy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://jointopdog.com, και η κύρια λειτουργία του είναι "About the plugin: This is a tool made for automated research of organic keyword ranks in Amazon search. It automatically collects…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Puppy

Λήψη αρχείων επέκτασης Puppy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        About the plugin:

This is a tool made for automated research of organic keyword ranks in Amazon search. It automatically collects all ASINs that are returned by a given query and uploads the selected ones to the server. The server enriches the data with information from external data sources and saves everything into user's private Airtable base.
The users use this tool to make informed decisions when selecting products that they want to sell on Amazon.

About Tomer Rabinovich:

Tomer Rabinovich is a self-taught Amazon business owner and sought-after speaker at Amazon seller events around the world. He is a consultant to some of the biggest names in the online sales industry and a trusted advisor to global aggregator companies. Passionate about sharing his valuable insights into Amazon selling, Tomer founded Top Dog, a community where advanced sellers come together online, in person, and at live events. With his book, Ride The Amazon Wave, Tomer hopes to help Amazon sellers transform their businesses and their lives. His goal is to extend the opportunity of selling on Amazon to anyone willing to do the work and make their dreams come true.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Puppy Puppy
ID edhnkllbelldnkmojomhekaikjbnjfil
Επίσημο URL https://chromewebstore.google.com/detail/puppy/edhnkllbelldnkmojomhekaikjbnjfil
Περιγραφή About the plugin: This is a tool made for automated research of organic keyword ranks in Amazon search. It automatically collects…
Μέγεθος Αρχείου 423 KB
Αριθμός Εγκαταστάσεων 59
Τρέχουσα Έκδοση 0.3.1
Τελευταία Ενημέρωση 2024-01-19
Ημερομηνία Δημοσίευσης 2023-09-30
Προγραμματιστής https://jointopdog.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://tomerrabinovich.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Puppy",
    "version": "0.3.1",
    "description": "",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "24": "assets\/icons\/icon24.png",
            "32": "assets\/icons\/icon32.png"
        },
        "default_title": "Puppy",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "js": [
                "content\/index.js"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.pl\/*",
                "*:\/\/*.amazon.sa\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/index.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/*.png"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*.lambda-url.eu-central-1.on.aws\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.nl\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.pl\/*",
        "*:\/\/*.amazon.sa\/*"
    ]
}