midfeed - Skype marketing tool

this extension is part of midfeed extension tools

midfeed - Skype marketing toolคืออะไร?

midfeed - Skype marketing tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://midfeed.com และคุณลักษณะหลักของมันคือ "this extension is part of midfeed extension tools"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย midfeed - Skype marketing tool

ดาวน์โหลดไฟล์ส่วนขยาย midfeed - Skype marketing tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Announce your promotion and offers to your Skype contacts. Save time and don't copy-paste messages anymore. Use your Text Template library on our site or send them to extension so you can insert them in the message area to a single user.

Once the extension is installed :
- You need to have an active subscription on midfeed.com and to log in on web.skype.com
- Your Skype contacts will synchronize with your contact book on midfeed.com, 
- Create targeted groups on midfeed.com that you want to announce your promotion and offers

Please note: 
- Each user added to the group can unsubscribe from your campaigns and promo messages.

- Our system is comparing imported contacts with our report data base. And informing you if any of your contacts is reported for scams or involved in illegal activities.

By installing this chrome extension, you agree to the Midfeed Terms and Conditions and Privacy Policy  

https://www.midfeed.com/privacy
https://www.midfeed.com/terms/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ midfeed - Skype marketing tool midfeed - Skype marketing tool
ID pmlpkniiilpcdlagaiknfglllilcacna
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/midfeed-skype-marketing-t/pmlpkniiilpcdlagaiknfglllilcacna
คำอธิบาย this extension is part of midfeed extension tools
ขนาดไฟล์ 397 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 2.3.4
อัปเดตครั้งล่าสุด 2022-05-07
วันที่เผยแพร่ 2021-06-10
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://midfeed.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.midfeed.com
URL หน้าช่วยเหลือ https://www.midfeed.com/about
URL หน้านโยบายความเป็นส่วนตัว https://midfeed.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "midfeed - Skype marketing tool",
    "description": "this extension is part of midfeed extension tools",
    "version": "2.3.4",
    "permissions": [
        "contextMenus",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.skype.com\/",
        "*:\/\/*.midfeed.com\/",
        "https:\/\/*.live.com\/",
        "https:\/\/auth.gfx.ms\/",
        "*:\/\/*.midfeed.net\/*",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "gfx\/icons\/*.png",
        "*"
    ],
    "icons": {
        "16": "gfx\/icon16.png",
        "48": "gfx\/icon48.png",
        "128": "gfx\/icon128.png",
        "256": "gfx\/icon256.png"
    },
    "browser_action": {
        "default_icon": "gfx\/icon.png",
        "default_popup": "popup.html",
        "default_title": "midfeed - Skype marketing tool"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "js": [
                "js\/utils.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-3.1.1.min.js",
            "js\/store.js",
            "js\/settings.min.js",
            "js\/utils.js",
            "js\/menu.min.js",
            "js\/background.js",
            "js\/api.js",
            "js\/sha256.min.js",
            "js\/sha256Auth.min.js",
            "js\/BigInteger.min.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}