sleekplan
Sleekplan Chrome Extension
sleekplan क्या है?
sleekplan https://sleekplan.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sleekplan Chrome Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में sleekplan एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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'" } |