Google Ads API Web Navi

This extension shows the related pages of the Google Ads API website based on the current Google Ads UI web page.

Τι είναι το Google Ads API Web Navi;

Το Google Ads API Web Navi είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://developers.google.com, και η κύρια λειτουργία του είναι "This extension shows the related pages of the Google Ads API website based on the current Google Ads UI web page.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Google Ads API Web Navi

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

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

                        This extension shows the related pages of AdWords API / Google Ads API developer website based on your currently browsed web page of the new Google Ads experience.

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://policies.google.com/privacy.

Change log:
- 3.5 Added support for Google Ads API v16.
- 3.4 Added support for Google Ads API v15.
- 3.3 Added support for Google Ads API v14.
- 3.2 Added support for Google Ads API v12 and v13.
- 3.1 Added support for Google Ads API v11_1.
- 3.0 Migrated to the manifest file to v3 and removed support of AdWords API.
- 2.14 Added support for Google Ads API v11.
- 2.13 Added support for Google Ads API v9 and v10.
- 2.12 Added support for Google Ads API v8_1.
- 2.11 Added support for Google Ads API v8.
- 2.10 Added support for Google Ads API v7.
- 2.9 Added support for Google Ads API 6_1.
- 2.8 Made the Google Ads API tab opened by default.
- 2.7 Added support for Google Ads API 6_0.
- 2.6 Added support for Google Ads API 5_0. Now the reference docs always point to the latest version.
- 2.5 Added support for Google Ads API 4_0.
- 2.4 Updated the new reference URLs of the Google Ads API.
- 2.3 Added support for Google Ads API v3_1.
- 2.2 Added support for Google Ads API up to v3.
- 2.1 Added support for Google Ads API v2_1 release.
- 2.0 Added support for Google Ads API services and for the v1_2, v1_3 and v2 releases.
- 1.0 Support docs for Google Ads API v0_7, v1, v1_1 releases.
- 0.9 Make the Google Ads API opened by default.
- 0.8 Add more documents and a butterbar for Google Ads Query Builder and Google Ads API workshop registration.
- 0.7 Support docs for Google Ads API v0_6 release.
- 0.6 Support docs for Google Ads API v0_5 release.
- 0.5 Support docs for Google Ads API v0_4 release.
- 0.4 Supported the new URL (ads.google.com) and added more docs for Google Ads API v0_3 release.
- 0.3 Shortened the extension's name.
- 0.2 Added support for many Google Ads API web pages.
- 0.1 First release.                    

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

Όνομα Google Ads API Web Navi Google Ads API Web Navi
ID bhcleoapmpajopgfbbjbokgfmmjpihkj
Επίσημο URL https://chromewebstore.google.com/detail/google-ads-api-web-navi/bhcleoapmpajopgfbbjbokgfmmjpihkj
Περιγραφή This extension shows the related pages of the Google Ads API website based on the current Google Ads UI web page.
Μέγεθος Αρχείου 489 KB
Αριθμός Εγκαταστάσεων 26,180
Τρέχουσα Έκδοση 3.5
Τελευταία Ενημέρωση 2024-03-06
Ημερομηνία Δημοσίευσης 2020-05-15
Αξιολόγηση 4.62/5 Συνολικά 52 Αξιολογήσεις
Προγραμματιστής https://developers.google.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://developers.google.com/adwords/api/docs/guides/start
Διεύθυνση URL της Σελίδας Βοήθειας https://groups.google.com/forum/#!forum/adwords-api
URL της Σελίδας Πολιτικής Απορρήτου https://www.google.com/intl/en/policies
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "name": "Google Ads API Web Navi",
    "author": {
        "email": "[email protected]"
    },
    "description": "This extension shows the related pages of the Google Ads API website based on the current Google Ads UI web page.",
    "version": "3.5",
    "permissions": [
        "tabs",
        "declarativeContent"
    ],
    "background": {
        "service_worker": "bg_compiled.js"
    },
    "icons": {
        "128": "assets\/shimesu-icon-128.png"
    },
    "action": {
        "default_icon": "assets\/shimesu-icon-128.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}