sleekplan

Sleekplan Chrome Extension

sleekplanคืออะไร?

sleekplan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sleekplan.com และคุณลักษณะหลักของมันคือ "Sleekplan Chrome Extension"

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

screenshot
screenshot
screenshot

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

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

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

                        The Sleekplan App for Chrome lets you collect user feedback, vote on behalf of a user and share relevant feedback posts anywhere on the web.

* Track feedback everywhere
* Vote on behalf of your users
* Create suggestions on behalf of your users
* Quickly find links to existing posts

Sleekplan is a fairly simple feedback management widget with an integrated product roadmap and changelog which can be embedded straight into your web application. Use the sleek widget to track suggestions, feedback, and bugs and discuss them with your customers. Plus, it' s easy to share a roadmap and keep a changelog.                    

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

ชื่อ sleekplan sleekplan
ID jcgcnmnfhfklllogfdjidciokgbpfnom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sleekplan/jcgcnmnfhfklllogfdjidciokgbpfnom
คำอธิบาย Sleekplan Chrome Extension
ขนาดไฟล์ 1.16 MB
จำนวนการติดตั้ง 100
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2022-09-08
วันที่เผยแพร่ 2021-06-24
ผู้พัฒนา https://sleekplan.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sleekplan.com
URL หน้าช่วยเหลือ https://help.sleekplan.com
URL หน้านโยบายความเป็นส่วนตัว https://sleekplan.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "Sleekplan Chrome Extension",
    "default_locale": "en",
    "permissions": [
        "https:\/\/api.sleekplan.com\/",
        "activeTab"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "0.1.2",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}