Society11 - Internet Marketing Community
Society11 is a community of like minded individuals and marketers who want to grow and develop their businesses in an ethical way.
O que é Society11 - Internet Marketing Community?
Society11 - Internet Marketing Community é uma extensão do Chrome desenvolvida por http://chromicode.com, e sua principal característica é "Society11 is a community of like minded individuals and marketers who want to grow and develop their businesses in an ethical way.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Society11 - Internet Marketing Community
Baixe arquivos de extensão Society11 - Internet Marketing Community 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
Society11 is a private community of like minded individuals and marketers who want to grow and develop their online businesses in an ethical way. Our Mission Statement: 1) To create a proper community like we used to have in the early days of sites like the Warrior Forum. Because that is what that was way back in the early 2000's. A place where you could get GOOD advice and build relationships and partnerships with other marketers. 2) To make it the best value Internet Marketing Membership... BAR NONE
Informações Básicas da Extensão
Nome | |
ID | oiboeljdjeolhmiclbcaoddcgpeollen |
URL Oficial | https://chrome.google.com/webstore/detail/society11-internet-market/oiboeljdjeolhmiclbcaoddcgpeollen |
Descrição | Society11 is a community of like minded individuals and marketers who want to grow and develop their businesses in an ethical way. |
Tamanho do Arquivo | 95.25 KB |
Contagem de Instalações | 65 |
Versão Atual | 0.1 |
Última Atualização | 2017-09-05 |
Data de Publicação | 2017-09-05 |
Desenvolvedor | http://chromicode.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://jvz9.com/c/664867/248735 |
URL da Página de Ajuda | https://jvz9.com/c/664867/248735 |
URL da Página de Política de Privacidade | https://crowley.link/legal |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Society11 - Internet Marketing Community", "version": "0.1", "manifest_version": 2, "description": "Society11 is a community of like minded individuals and marketers who want to grow and develop their businesses in an ethical way.", "permissions": [ "gcm", "storage", "notifications", "identity" ], "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "browser_action": { "default_icon": "skeleton_PNG5552.png", "default_title": "Society11 is a private community of like minded individuals and marketers who want to grow and develop their online businesses in an ethical way.", "default_popup": "extension.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "skeleton_PNG5552.png" } } |