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.
Что такое Society11 - Internet Marketing Community?
Society11 - Internet Marketing Community - это расширение Chrome, разработанное http://chromicode.com, и его основная функция - "Society11 is a community of like minded individuals and marketers who want to grow and develop their businesses in an ethical way.".
Снимки экрана расширения
Скачать файл CRX расширения Society11 - Internet Marketing Community
Скачайте файлы расширений Society11 - Internet Marketing Community в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | |
ID | oiboeljdjeolhmiclbcaoddcgpeollen |
Официальный URL | https://chrome.google.com/webstore/detail/society11-internet-market/oiboeljdjeolhmiclbcaoddcgpeollen |
Описание | Society11 is a community of like minded individuals and marketers who want to grow and develop their businesses in an ethical way. |
Размер файла | 95.25 KB |
Количество установок | 65 |
Текущая Версия | 0.1 |
Последнее Обновление | 2017-09-05 |
Дата публикации | 2017-09-05 |
Разработчик | http://chromicode.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://jvz9.com/c/664867/248735 |
URL страницы помощи | https://jvz9.com/c/664867/248735 |
URL страницы политики конфиденциальности | https://crowley.link/legal |
Поддерживаемые языки | 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" } } |