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是由http://chromicode.com開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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" } } |