sleekplan

Sleekplan Chrome Extension

Qu'est-ce que sleekplan ?

sleekplan est une extension Chrome développée par https://sleekplan.com, et sa fonction principale est "Sleekplan Chrome Extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension sleekplan

Téléchargez les fichiers d'extension sleekplan au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom sleekplan sleekplan
ID jcgcnmnfhfklllogfdjidciokgbpfnom
URL Officiel https://chromewebstore.google.com/detail/sleekplan/jcgcnmnfhfklllogfdjidciokgbpfnom
Description Sleekplan Chrome Extension
Taille du Fichier 1.16 MB
Nombre d'Installations 100
Version Actuelle 0.1.2
Dernière Mise à Jour 2022-09-08
Date de Publication 2021-06-24
Développeur https://sleekplan.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sleekplan.com
URL de la Page d'Aide https://help.sleekplan.com
URL de la Page de Politique de Confidentialité https://sleekplan.com/privacy
Langues Prises en Charge 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'"
}