Save to Linkest (Beta)
The Linkest Browser Extension is a faster way to add a link to social network Linkest.
Qu'est-ce que Save to Linkest (Beta) ?
Save to Linkest (Beta) est une extension Chrome développée par Linkest, et sa fonction principale est "The Linkest Browser Extension is a faster way to add a link to social network Linkest.".
Télécharger le fichier CRX de l'extension Save to Linkest (Beta)
Téléchargez les fichiers d'extension Save to Linkest (Beta) 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
O Linkest Browser Extension é uma maneira mais rápida de adicionar um link a rede social Linkest, formando uma base de conhecimento inteligente, sugerindo links do seu interesse.
Informations de Base sur l'Extension
Nom | |
ID | kcpajfoadefbcheiakpnhbbopllpjman |
URL Officiel | https://chromewebstore.google.com/detail/save-to-linkest-beta/kcpajfoadefbcheiakpnhbbopllpjman |
Description | The Linkest Browser Extension is a faster way to add a link to social network Linkest. |
Taille du Fichier | 728 KB |
Nombre d'Installations | 19 |
Version Actuelle | 1.5.1 |
Dernière Mise à Jour | 2017-05-15 |
Date de Publication | 2017-05-15 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Linkest |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.linkest.net/ |
URL de la Page de Politique de Confidentialité | https://linkestbot.github.io/linkestcorp/linkestplugin |
Langues Prises en Charge | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.5.1", "manifest_version": 2, "description": "__MSG_appDescription__", "author": "Comunicarte Web", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "pt_BR", "background": { "scripts": [ "scripts\/background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.linkest.net\/*" ] }, "permissions": [ "*:\/\/*.linkest.net\/*", "background", "notifications", "tabs", "storage" ], "browser_action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png" }, "default_title": "__MSG_appName__", "default_popup": "views\/main.html" }, "web_accessible_resources": [ "images\/icon-48.png", "views\/fonts\/*.*" ] } |