DigitalOcean ToolKit

With the DigitalOcean ToolKit browser extension it is possible to manage your DigitalOcean resources via APIv2 of DigitalOcean.

DigitalOcean ToolKitคืออะไร?

DigitalOcean ToolKit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย IT-Cru - Das IT-Gewächs และคุณลักษณะหลักของมันคือ "With the DigitalOcean ToolKit browser extension it is possible to manage your DigitalOcean resources via APIv2 of DigitalOcean."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DigitalOcean ToolKit

ดาวน์โหลดไฟล์ส่วนขยาย DigitalOcean ToolKit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        FEATURES
This extension provides currently following features:

- List and manage your droplets
- List and manage your billings
- Display current balance state
- Display current account limits

More features are in planning. Please visit support page to get more information.

HELP
Create DigitalOcean account

To use DigitalOcean ToolKit browser extension you need a DigitalOcean account. If you already have an account, you can directly go to next step "Prepare ToolKit...".

1.  Create your own DigitalOcean account.
2.  Verify your new created account.

Get your own DigitalOcean account with free $100 credits: https://m.do.co/c/1439b3e5bf3a

Prepare ToolKit for using DigitalOcean API

To use DigitalOcean ToolKit browser extension you need a personal access token with read and write permissions.

1.  Create your personal access token for example named as "ToolKit".
2.  Copy "ToolKit" personal access token.
3.  Open option dialog of DigitalOcean ToolKit browser extension.
4.  Paste copied personal access token into _API access token_ field.
5.  Save your settings.

Get your personal access token for DigitalOcean API: https://cloud.digitalocean.com/settings/api/tokens

Want to support this plugin and want to receive $100 free credits for DigitalOcean? Signup to Digital Ocean with this referral link: https://m.do.co/c/1439b3e5bf3a                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DigitalOcean ToolKit DigitalOcean ToolKit
ID dkpdecgeaddlfilnhfkfiobidfifbpkl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/digitalocean-toolkit/dkpdecgeaddlfilnhfkfiobidfifbpkl
คำอธิบาย With the DigitalOcean ToolKit browser extension it is possible to manage your DigitalOcean resources via APIv2 of DigitalOcean.
ขนาดไฟล์ 1.83 MB
จำนวนการติดตั้ง 75
เวอร์ชันปัจจุบัน 2.1.4
อัปเดตครั้งล่าสุด 2020-06-19
วันที่เผยแพร่ 2020-06-18
ผู้พัฒนา IT-Cru - Das IT-Gewächs
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/IT-Cru/digitalocean-toolkit
URL หน้าช่วยเหลือ https://github.com/IT-Cru/digitalocean-toolkit/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DigitalOcean ToolKit",
    "short_name": "doToolKit",
    "description": "With the DigitalOcean ToolKit browser extension it is possible to manage your DigitalOcean resources via APIv2 of DigitalOcean.",
    "version": "2.1.4",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/api.digitalocean.com\/*",
        "https:\/\/cloud.digitalocean.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval'; object-src 'self'"
}