sleekplan

Sleekplan Chrome Extension

Wat is sleekplan?

sleekplan is een Chrome-extensie ontwikkeld door https://sleekplan.com, en de belangrijkste functie is "Sleekplan Chrome Extension".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie sleekplan

Download sleekplan-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam sleekplan sleekplan
ID jcgcnmnfhfklllogfdjidciokgbpfnom
Officiële URL https://chromewebstore.google.com/detail/sleekplan/jcgcnmnfhfklllogfdjidciokgbpfnom
Beschrijving Sleekplan Chrome Extension
Bestandsgrootte 1.16 MB
Aantal Installaties 100
Huidige Versie 0.1.2
Laatst Bijgewerkt 2022-09-08
Publicatiedatum 2021-06-24
Ontwikkelaar https://sleekplan.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sleekplan.com
Help Pagina-URL https://help.sleekplan.com
URL van de Privacybeleid Pagina https://sleekplan.com/privacy
Ondersteunde Talen 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'"
}