EzyInsights for Chrome
The Ezy way to see how popular the article you're reading is across social networks
EzyInsights for Chromeとは何ですか?
EzyInsights for ChromeはEzyInsightsによって開発されたChromeの拡張機能で、その主な機能は「The Ezy way to see how popular the article you're reading is across social networks」です。
拡張機能のスクリーンショット
EzyInsights for Chrome拡張機能のCRXファイルをダウンロード
EzyInsights for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Available exclusively to EzyInsights customers.
Find out how the article you're reading is performing on social media with one click.
EzyInsights for Chrome shows you all engagement for a given article across major social media networks. See at a glance how fast the article is picking up engagement in real-time. You’ll also see a breakdown of other publishers and celebrities that have shared it on their own Facebook pages.
To become an EzyInsights customer, sign up at EzyInsights.com for a trial or email us at [email protected] 拡張機能の基本情報
| 名前 | |
| ID | pkbcojdobadeaaokfccfhakpboblbdhd |
| 公式URL | https://chromewebstore.google.com/detail/ezyinsights-for-chrome/pkbcojdobadeaaokfccfhakpboblbdhd |
| 説明 | The Ezy way to see how popular the article you're reading is across social networks |
| ファイルサイズ | 5.11 MB |
| インストール数 | 591 |
| 現在のバージョン | 1.9.8 |
| 最終更新日 | 2021-03-08 |
| 公開日 | 2019-03-08 |
| 評価 | 4.43/5 合計 7 レビュー |
| 開発者 | EzyInsights |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.ezyinsights.com |
| プライバシーポリシーページのURL | https://www.iubenda.com/privacy-policy/515176/legal |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "EzyInsights for Chrome",
"description": "The Ezy way to see how popular the article you're reading is across social networks",
"short_name": "Ezy Link",
"version": "1.9.8",
"permissions": [
"activeTab",
"https:\/\/app.ezyinsights.com\/"
],
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"browser_action": {
"default_icon": {
"19": "img\/icon48.png",
"38": "img\/icon48.png"
},
"default_popup": "popup.html"
},
"background": {
"scripts": [
"js\/api.js",
"js\/popup.js",
"bower_components\/jquery\/dist\/jquery.min.js"
]
},
"minimum_chrome_version": "56",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"web_accessible_resources": [
"img\/icon128.png"
]
} | |