Akamai Developer Toolkit

A chrome extension that provide developers access to Akamai developer tools including testing OPEN APIs right within their workspace

Τι είναι το Akamai Developer Toolkit;

Το Akamai Developer Toolkit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον akamai.developer.toolkit, και η κύρια λειτουργία του είναι "A chrome extension that provide developers access to Akamai developer tools including testing OPEN APIs right within their workspace".

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

screenshot
screenshot
screenshot

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

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

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

                        Change Log:
Update (1/18/21): Updated UA Code. 
Update (10/23/20): CORS fixes to avoid Chrome blocking requests, removed requests for permissions not used by the extension to avoid violating the Chrome store policies
Update (03/15/19): 
  - Adding support for different kinds of subdomains within fetch logs function
  - Removed "x-extracted-values" from debug headers due to breakage of large group of websites from having bloated response headers
  - Added support for Brotli pragma header
  - edited tweet button to point to the most current link for this chrome extension
Update (02/02/19): Adding updates from Piez for Akamai Video Manager
Update (01/22/19): Removing Proxy from manifest permission list
Update (10/08/18): Removing JS obfuscation from the extension to be compliant with chrome's latest announcement: https://blog.chromium.org/2018/10/trustworthy-chrome-extensions-by-default.html 
Update (10/02/18): Fixing invalid timestamp issue
Update (09/18/18) : Adding support for multiple header name and value pairs
Update (09/14/18) : Adding support for PUT requests
Update (09/09/18) : Revamping Akamai developer toolkit to include the ability to test OPEN APIs with ease.

This is an unofficial Akamai extension and there will be no Akamai Technical Support provided in case the tool fails or throws errors, that being said please report all issues using the feedback button within the extension. All API tokens and credentials are stored locally in your laptop and not beamed up to the internet, we run EdgeGrid within the extension and pass the computed Authorization headers with the API.

This extension is not supported by Akamai                    

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

Όνομα Akamai Developer Toolkit Akamai Developer Toolkit
ID oeekflkhfpllpepjdkpodopelgaebeed
Επίσημο URL https://chromewebstore.google.com/detail/akamai-developer-toolkit/oeekflkhfpllpepjdkpodopelgaebeed
Περιγραφή A chrome extension that provide developers access to Akamai developer tools including testing OPEN APIs right within their workspace
Μέγεθος Αρχείου 10.34 MB
Αριθμός Εγκαταστάσεων 4,074
Τρέχουσα Έκδοση 2.0.42
Τελευταία Ενημέρωση 2021-01-27
Ημερομηνία Δημοσίευσης 2020-05-12
Αξιολόγηση 4.29/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής akamai.developer.toolkit
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://developer.akamai.com/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery-3.1.1.min.js",
            "js\/core.js",
            "js\/enc-base64.js",
            "js\/sha256.js",
            "js\/hmac-sha256.js",
            "js\/md5.js",
            "js\/evpkdf.js",
            "js\/cipher-core.js",
            "js\/materialize.min.js",
            "js\/aes.js",
            "js\/encdec.js",
            "js\/common.js",
            "js\/edgegrid.js",
            "js\/background.js",
            "js\/endpoints.js",
            "js\/moment.js",
            "js\/http-request.js",
            "js\/google-analytics.js",
            "cmanager\/cmanager-bg.js",
            "fastpurge\/fastpurge-bg.js",
            "debugreq\/debugreq-bg.js",
            "openapitester\/openapitester-bg.js",
            "openapitester\/openapitester.js",
            "piez\/piez-bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icons-128.png",
        "default_title": "Akamai Developer Toolkit"
    },
    "description": "A chrome extension that provide developers access to Akamai developer tools including testing OPEN APIs right within their workspace",
    "devtools_page": "\/piez\/devtools\/devtools.html",
    "icons": {
        "128": "img\/icons-128.png",
        "16": "img\/icons-128.png",
        "48": "img\/icons-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/platform.twitter.com https:\/\/www.gstatic.com ; object-src 'self'",
    "name": "Akamai Developer Toolkit",
    "permissions": [
        "notifications",
        "tabs",
        "activeTab",
        "storage",
        "webNavigation",
        "contextMenus",
        "management",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.42",
    "web_accessible_resources": [
        "fonts\/*.*",
        "js\/jquery-3.1.1.min.js",
        "css\/font-awesome.min.css",
        "css\/HoldOn.min.css",
        "js\/HoldOn.min.js"
    ]
}