OA2Gsheets

OA2Gsheets lets you export product info directly from an Amazon product page to a Google Sheet.

Τι είναι το OA2Gsheets;

Το OA2Gsheets είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://oa2gsheets.com, και η κύρια λειτουργία του είναι "OA2Gsheets lets you export product info directly from an Amazon product page to a Google Sheet.".

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

screenshot
screenshot

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

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

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

                        OA2Gsheets is a new Google Chrome extension to allow Amazon online arbitrage sellers to export product info (including profitability, source URL, product details, etc) directly from an Amazon product page to a Google Sheet. It also includes a profitability calculator directly on the product page. Our dashboard is designed to be easy-to-use for beginner sellers & practical for expert Amazon sellers. If you're an Amazon seller who want to speed up their workflow, OA2Gsheets is for you!  

Key Features:
---> Export product (sales rank, category, top % of category, drops, ASIN, etc.), profitability (margin, ROI, profit, fees, etc), & sourcing information (Source URL, notes) from a simple dashboard to a Google Sheet.
---> Profitability dashboard: Calculate your estimated profit, ROI, & margin right on the product dashboard.
---> Export as formulas: ROI, profit, referral fee, and other dependent variables can be sent to Google Sheets as spreadsheet formulas. This means they will automatically update when you change the price/COGS/fees or other independent values. This feature is unique to OA2Gsheets! 
---> Customize columns in Google Sheets: choose what product & profitability info you want to include in your spreadsheet and pick the order they appear.
---> Up to 28 spreadsheet configurations: create many different configurations for different purposes
---> 7-day trial, no credit card required.                    

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

Όνομα OA2Gsheets OA2Gsheets
ID nmfejpchamgnejkgfkadokkhpjkmgmam
Επίσημο URL https://chromewebstore.google.com/detail/oa2gsheets/nmfejpchamgnejkgfkadokkhpjkmgmam
Περιγραφή OA2Gsheets lets you export product info directly from an Amazon product page to a Google Sheet.
Μέγεθος Αρχείου 43.61 KB
Αριθμός Εγκαταστάσεων 112
Τρέχουσα Έκδοση 2.0.2
Τελευταία Ενημέρωση 2023-05-21
Ημερομηνία Δημοσίευσης 2022-06-28
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://oa2gsheets.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.oa2gsheets.com
Διεύθυνση URL της Σελίδας Βοήθειας https://oa2gsheets.freshdesk.com/support/solutions
URL της Σελίδας Πολιτικής Απορρήτου https://docs.aipromptgenius.app/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OA2Gsheets",
    "description": "OA2Gsheets lets you export product info directly from an Amazon product page to a Google Sheet.",
    "version": "2.0.2",
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*p\/*",
                "https:\/\/*.amazon.com\/*\/*p\/*",
                "https:\/\/*.amazon.ca\/*p\/*",
                "https:\/\/*.amazon.ca\/*\/*p\/*",
                "https:\/\/*.amazon.co.uk\/*p\/*",
                "https:\/\/*.amazon.co.uk\/*\/*p\/*",
                "https:\/\/*.amazon.com.mx\/*p\/*",
                "https:\/\/*.amazon.com.mx\/*\/*p\/*",
                "https:\/\/*.amazon.de\/*p\/*",
                "https:\/\/*.amazon.de\/*\/*p\/*",
                "https:\/\/*.amazon.fr\/*p\/*",
                "https:\/\/*.amazon.fr\/*\/*p\/*",
                "https:\/\/*.amazon.co.jp\/*p\/*",
                "https:\/\/*.amazon.co.jp\/*\/*p\/*",
                "https:\/\/*.amazon.it\/*p\/*",
                "https:\/\/*.amazon.it\/*\/*p\/*",
                "https:\/\/*.amazon.es\/*p\/*",
                "https:\/\/*.amazon.es\/*\/*p\/*",
                "https:\/\/*.amazon.in\/*p\/*",
                "https:\/\/*.amazon.in\/*\/*p\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content_scripts\/AMZscript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "content_scripts\/ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.oa2gsheets.com\/*"
        ]
    },
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*.oa2gsheets.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content_scripts\/amz.html"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.in\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "435069937149-ofcllquuief99nornnof5p2686o9i6km.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file",
            "profile"
        ]
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "activeTab",
        "identity"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjyQ\/TlHesMnCtV4dq4OtqHWKNpBu8rVFrzNyBN3rxJgnJpHF3bRkVIc\/\/Zm6zcVFrkYGiLkmYpupNoi1gm8R3eRm3PVVyzZX78zvP6s9HKyVddMKpsP+8XdLtbblnvlQjhAbkMGfgeeZAz4lWno4\/wZLIBi9IL1Oj21P3uiTu6TU3j+hvGI6Vt2R03yquklnmnmAdp3YS+DsHepATRUHPQ8Ap3kaH0lbkxy2TkynAFVnJplsYXM1nrAYw+MT\/luLUWSvrrGQ36jzRs4bEoPewHbxyDOhm4TeHbL38NbZX6txjvlPswt9aa722yd\/xvzMVd8hMcL5fS7wcqT3aPcxXwIDAQAB"
}