Save to Linkest (Beta)
The Linkest Browser Extension is a faster way to add a link to social network Linkest.
Cos'è Save to Linkest (Beta)?
Save to Linkest (Beta) è un'estensione di Chrome sviluppata da Linkest, e la sua funzione principale è "The Linkest Browser Extension is a faster way to add a link to social network Linkest.".
Scarica il file CRX dell'estensione Save to Linkest (Beta)
Scarica i file di estensione Save to Linkest (Beta) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | kcpajfoadefbcheiakpnhbbopllpjman |
URL Ufficiale | https://chromewebstore.google.com/detail/save-to-linkest-beta/kcpajfoadefbcheiakpnhbbopllpjman |
Descrizione | The Linkest Browser Extension is a faster way to add a link to social network Linkest. |
Dimensione del File | 728 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 1.5.1 |
Ultimo Aggiornamento | 2017-05-15 |
Data di Pubblicazione | 2017-05-15 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Linkest |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.linkest.net/ |
URL della Pagina della Politica sulla Privacy | https://linkestbot.github.io/linkestcorp/linkestplugin |
Lingue Supportate | 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\/*.*" ] } |