Engagement Rocket Pro
Interact with your Facebook friends on autopilot and get more engagement, leads and sales.
Engagement Rocket Proとは何ですか?
Engagement Rocket Proはalex.just.1011によって開発されたChromeの拡張機能で、その主な機能は「Interact with your Facebook friends on autopilot and get more engagement, leads and sales.」です。
拡張機能のスクリーンショット
Engagement Rocket Pro拡張機能のCRXファイルをダウンロード
Engagement Rocket Pro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Interact with your Facebook friends on autopilot.
This fantastic tool will help you get more engagement, leads and sales.
THIS IS A WHITE LABEL EXTENSION MADE BY TIER5.US FOR ALEX JUST. 拡張機能の基本情報
| 名前 | |
| ID | cofjiijpjmlhjdlkjaejfbeagokemekm |
| 公式URL | https://chromewebstore.google.com/detail/engagement-rocket-pro/cofjiijpjmlhjdlkjaejfbeagokemekm |
| 説明 | Interact with your Facebook friends on autopilot and get more engagement, leads and sales. |
| ファイルサイズ | 855 KB |
| インストール数 | 111 |
| 現在のバージョン | 1.0.5 |
| 最終更新日 | 2023-05-17 |
| 公開日 | 2023-02-08 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | alex.just.1011 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.engamentrocketpro.com/ |
| プライバシーポリシーページのURL | https://www.alexjusst.com/politica-de-privacidad1 |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.5",
"manifest_version": 3,
"name": "Engagement Rocket Pro",
"description": "Interact with your Facebook friends on autopilot and get more engagement, leads and sales.",
"content_scripts": [
{
"matches": [
"https:\/\/mbasic.facebook.com\/*",
"https:\/\/www.facebook.com\/"
],
"js": [
"lib\/js\/browser-polyfill.js",
"lib\/js\/jquery-3.2.1.min.js",
"lib\/js\/moment.min.js",
"js\/content.js"
],
"css": [
"lib\/css\/style.css"
]
}
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "Engagement Rocket Pro"
},
"permissions": [
"storage",
"unlimitedStorage",
"alarms"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"16": "images\/5fda20951c35d67802639897-Engagement_Rocket_Pro-1675839158069-small_icon.png",
"48": "images\/5fda20951c35d67802639897-Engagement_Rocket_Pro-1675839158132-medium_icon.png",
"128": "images\/5fda20951c35d67802639897-Engagement_Rocket_Pro-1675839158181-large_icon.png"
},
"short_name": "ERP"
} | |