BooksGoSocial
BooksGoSocial
O que é BooksGoSocial?
BooksGoSocial é uma extensão do Chrome desenvolvida por https://booksgosocial.com, e sua principal característica é "BooksGoSocial".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BooksGoSocial
Baixe arquivos de extensão BooksGoSocial no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Welcome! This extension provides free marketing support for ALL authors. Use it to access our free author training, free author teams sign up, free promotions sign up and our live book review group! You will also get occasional updates too, about exciting new and free services, just for authors!
Informações Básicas da Extensão
Nome | BooksGoSocial |
ID | abpagigmmiamliljdfcfefpnimpckgfk |
URL Oficial | https://chromewebstore.google.com/detail/booksgosocial/abpagigmmiamliljdfcfefpnimpckgfk |
Descrição | BooksGoSocial |
Tamanho do Arquivo | 19.05 KB |
Contagem de Instalações | 60 |
Versão Atual | 0.8 |
Última Atualização | 2017-09-25 |
Data de Publicação | 2017-09-25 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://booksgosocial.com |
Tipo de Pagamento | free |
Site da Extensão | https://yourbookpromoter.com/ |
URL da Página de Ajuda | https://www.youtube.com/watch?v=jZ_nzhpPyoU&list=PLiztpw3ZwxVTniNuwIY7zKZZbkG3kq6nf |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BooksGoSocial", "version": "0.8", "manifest_version": 2, "description": "BooksGoSocial", "permissions": [ "gcm", "storage", "notifications", "identity" ], "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "browser_action": { "default_icon": "BGSLOGO128x128.png", "default_title": "BooksGoSocial", "default_popup": "extension.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "BGSLOGO128x128.png" } } |