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]
擴展基本資訊
名稱 | EzyInsights for Chrome |
ID | pkbcojdobadeaaokfccfhakpboblbdhd |
官方網址 | 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 |
電子郵箱 | [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" ] } |