Forlike Extension

Forlike giải pháp marketing toàn diện

What is Forlike Extension?

Forlike Extension is a Chrome extension developed by https://forlike.pro, and its main feature is "Forlike giải pháp marketing toàn diện".

Extension Screenshots

screenshot

Download Forlike Extension Extension CRX File

Download Forlike Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ForLike Extension ra đời nhằm mục đích hỗ trợ những người đang kinh doanh online trên nền tảng Facebook. Tiện ích được tích hợp đủ các thông tin mà người dùng cần như kiểm tra trạng thái tài khoản quảng cáo, một số thông tin nâng cao khác. Giúp người dùng thực hiện một số thao tác nhanh và tiết kiệm thời gian hơn!

UPDATE 06-10-2022:
- Thêm quản lí TKQC SLL
- Thực hiện tất cả các thao tác trên 1 trình duyệt
- Share tài khoản, đổi tên, lọc tài khoản được cập nhật
- Đã fix lỗi hiển thị thẻ trên extension
- Fix lỗi hiển thị số lượng admin
- Fix lỗi chặn quảng cáo mới hiện extension

Lưu ý: Nên tắt trình chặn quảng cáo cho ForLike hoạt động ổn định

TÍNH NĂNG:
Check Ads Report
Hiển thị thông tin tài khoản quảng cáo (tên tài khoản, dư nợ, limit, ngưỡng, tổng chi tiêu, thông tin thanh toán...).
Hiển thị thông tin tài khoản trong tab AdsManger và trong cài đặt thanh toán.
Xóa thành viên (admin) ẩn trong TKQC (cả TKCN/TKBM). Xóa all admin ẩn = 1 click.
Share các TKQC SLL tiết kiệm thời gian hơn (Beta)

Tool đang trong quá trình phát triển nên sử dụng toàn bộ tình năng miễn phí.
Để hoàn thiện được sản phẩm chúng tôi cần các bạn đóng góp ý kiến và báo cáo lỗi phát sinh.                    

Extension Basic Information

Name Forlike Extension Forlike Extension
ID iaecdajoljfjmcbgidpjedkeagmcaomn
Official URL https://chromewebstore.google.com/detail/forlike-extension/iaecdajoljfjmcbgidpjedkeagmcaomn
Description Forlike giải pháp marketing toàn diện
File Size 2.13 MB
Installation Count 26
Current Version 1.0.4
Last Updated 2022-10-13
Publish Date 2022-08-24
Rating 5.00/5 Total 8 Ratings
Developer https://forlike.pro
Email [email protected]
Payment Type free
Extension Website https://forlike.pro
Help Page URL https://forlike.pro/lien-he/
Privacy Policy Page URL https://forlike.pro/chinh-sach-bao-mat
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Forlike Extension",
    "description": "Forlike gi\u1ea3i ph\u00e1p marketing to\u00e0n di\u1ec7n",
    "version": "1.0.4",
    "manifest_version": 3,
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "options_page": "options.html",
    "action": {
        "default_title": "Click to view a popup"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/facebook.js",
                "js\/forlike.js"
            ],
            "runs_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.facebook.com\/*"
        ]
    }
}