Search

Search our shop

Fast, Free Shipping

30-Day Money-Back Guarantee

Hassle-Free Warranty

Lifetime Customer Support

Fast, Free Shipping

30-Day Money-Back Guarantee

Hassle-Free Warranty

Lifetime Customer Support

Fast, Free Shipping

30-Day Money-Back Guarantee

Hassle-Free Warranty

Lifetime Customer Support

We offer free shipping straight to your door throughout the contiguous US*. It usually takes 3-7 business days** for your package to be delivered, so you can sit back and relax, worry-free.

*Please see our shipping policy for more details.

**Due to COVID-19 shipping times may vary.

`) }); $('.openTxtModal[data-key=1]').click(() => { openTxtModal(`
30-Day Money-Back Guarantee

Get a full refund when you return your undamaged products within 30 days—for any reason. Once the item arrives back at the AnkerWork warehouse for inspection, the refund process will begin.

See our warranty policy for more details about what is needed for a smooth refund process.

`) }); $('.openTxtModal[data-key=2]').click(() => { openTxtModal(`
Hassle-Free Warranty

AnkerWork provides a straightforward, hassle-free warranty to save you some headaches. You can find the warranty on the product listing or contact us at [email protected] with your order receipt for confirmation.

This limited warranty provided by the manufacturer in no way affects a potential statutory warranty provided by law.

`) }); $('.openTxtModal[data-key=3]').click(() => { openTxtModal(`
Lifetime Customer Support

We'll always be there for you.

If you have any questions or concerns, feel free to contact us at [email protected].

`) }); })

This section doesn’t currently include any content. Add content to this section using the sidebar.

Image caption appears here

Add your deal, information or promotional text

This section doesn’t currently include any content. Add content to this section using the sidebar.

Image caption appears here

Add your deal, information or promotional text

This section doesn’t currently include any content. Add content to this section using the sidebar.

Image caption appears here

Add your deal, information or promotional text

This section doesn’t currently include any content. Add content to this section using the sidebar.

Image caption appears here

Add your deal, information or promotional text

0 / 0

PowerConf Bluetooth Speakerphone

Anker PowerConf Bluetooth Speakerphone with 6 Microphones, Enhanced Voice Pickup, 24H Call Time, Bluetooth 5, USB C, Bluetooth Conference Speaker Compatible with Leading Platforms, For Home Office
  • Media Acclaimed: Forbes says “Whether it’s used as a portable conference phone, or as a speakerphone in a conference room, the Anker PowerConf works remarkably well”.
  • 360° Coverage: 6 microphones arranged in a 360° array pick up voices from all directions to instantly transform any space at home or the office into a meeting room.
  • Smart Voice Enhancement: PowerConf Bluetooth speakerphone utilizes a custom DSP algorithm to optimize your voice in real-time and effectively reduce background noises.
  • Optimized Clarity and Volume: Your voice is automatically balanced to make up for differences in volume and distance from the Bluetooth speakerphone.
  • Perfect For Home Offices: Connect to your phone via Bluetooth or to your computer with a USB-C cable—without needing to install drivers. PowerConf Bluetooth speakerphone is Zoom certified and is compatible with all popular online conferencing platforms.
  • 24 Hours of Call Time: A built-in 6,700mAh battery gives you the option to go wireless and hold meetings virtually anywhere. Integrated Anker PowerIQ technology allows you to charge other devices via PowerConf at optimized speeds.
Model Number: A3301

2. Can I redeem multiple discount codes?

No. Discount codes cannot be combined.Only one code can be applied per order.

3. Why is my discount code invalid?

1) The discount code is not applicable to the specific items you want to buy

2) The discount code wasn't entered correctly

3) The discount code has expired

4) The discount code is not from AnkerWork's official website

If you have any questions,please feel free to reach out to our customer service team:[email protected]

"); } function showDiscountBox(sku) { if (couponsData[sku] && couponsData[sku][0]) { let currentData = couponsData[sku][0]; ShowCode(currentData); } else { $('.couponWrapper').hide(); $('.DiscountMark').hide(); } } function ShowCode(data) { // 展示code文案 $('#couponCode').text(data.title); copyCodeTxt = data.title; // 展示折扣数值 let DiscountTxt; let DiscountedPrice; let price = jsVariant.price / 100; if (data.value_type === "fixed_amount") { DiscountTxt = data.value_style; DiscountedPrice = new Intl.NumberFormat('en-us', { style: 'currency', currency: 'USD' }).format((price + Number(data.value)).toFixed(2)); } else if (data.value_type === "percentage") { DiscountTxt = Math.abs(parseInt(data.value)) + "%"; DiscountedPrice = new Intl.NumberFormat('en-us', { style: 'currency', currency: 'USD' }).format((price - price * Math.abs(Number(data.value)) / 100).toFixed(2)); }; $('#DiscountTxt').text(DiscountTxt); $('#DiscountMarkTxt').text(DiscountTxt); // 失效时间判断 let endsTime = data.ends_at ? new Date(data.ends_at).valueOf() : null; if (endsTime) { timeLine = setInterval(function() { nowTime = new Date().getTime(); let distance = endsTime - nowTime; if (distance ${DiscountedPrice}`); // $('.product__information .current_price').addClass("UnderscorePrice"); //} // 展示倒计时 let days = Math.floor(distance / (1000 * 60 * 60 * 24)); let hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); let minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); let seconds = Math.floor((distance % (1000 * 60)) / 1000); const show_day_7_txt = '' if(days >= 7 || (show_day_7_txt === 'true')) { $('#timeOutTxt').css('display', 'none'); $('#timeTxt').css('display', 'inline-block'); $('#timeTxt').html('Hurry! Offer Ends Soon!'); } else if (days === 1) { $('#timeOutTxt').css('display', 'inline-block'); $('#timeTxt').css('display', 'none'); $('#newDtes').html(`${days} Day ${hours}:${minutes}:${seconds}`); } else if (days === 0) { $('#timeOutTxt').css('display', 'inline-block'); $('#timeTxt').css('display', 'none'); $('#newDtes').html(`Today ${hours}:${minutes}:${seconds}`); } else { $('#timeOutTxt').css('display', 'inline-block'); $('#timeTxt').css('display', 'none'); $('#newDtes').html(`${days} Days ${hours}:${minutes}:${seconds}`); } } }, 1000); } else { // 展示折扣模块 $('.couponWrapper').show(); $('.DiscountMark').show(); // 展示划线价 //if ($('.product__information .modal_price .salePrice').length == 0 || $('.product__information .current_price .salePrice').text() != DiscountedPrice) { // $('.product__information .modal_price .salePrice').remove(); // $('.product__information .current_price').before(`${DiscountedPrice}`); // $('.product__information .current_price').addClass("UnderscorePrice"); //} // 展示倒计时 $('#timeOutTxt').css('display', 'none'); $('#timeTxt').css('display', 'inline-block'); $('#timeTxt').html('Hurry! Offer Ends Soon!'); } } function copyCouponCode() { execCoy(copyCodeTxt); $('.copyTextReplace').show(); $('.copyText').hide(); setInterval(function(){ $('.copyTextReplace').hide(); $('.copyText').show(); }, 3000); } function execCoy(text) { const input = document.createElement('INPUT'); input.style.opacity = 0; input.style.position = 'absolute'; input.style.left = '-100000px'; document.body.appendChild(input); input.value = text; input.select(); input.setSelectionRange(0, text.length); document.execCommand('copy'); document.body.removeChild(input); return true; }

Email me when available

Leave us your email address and we will notify you when the product is back in stock.

PowerConf Bluetooth Speakerphone

(Optional) Join our Anker email list to get special offers and more.

  • Media Acclaimed: Forbes says “Whether it’s used as a portable conference phone, or as a speakerphone in a conference room, the Anker PowerConf works remarkably well”.
  • 360° Coverage: 6 microphones arranged in a 360° array pick up voices from all directions to instantly transform any space at home or the office into a meeting room.
  • Smart Voice Enhancement: PowerConf Bluetooth speakerphone utilizes a custom DSP algorithm to optimize your voice in real-time and effectively reduce background noises.
  • Optimized Clarity and Volume: Your voice is automatically balanced to make up for differences in volume and distance from the Bluetooth speakerphone.
  • Perfect For Home Offices: Connect to your phone via Bluetooth or to your computer with a USB-C cable—without needing to install drivers. PowerConf Bluetooth speakerphone is Zoom certified and is compatible with all popular online conferencing platforms.
  • 24 Hours of Call Time: A built-in 6,700mAh battery gives you the option to go wireless and hold meetings virtually anywhere. Integrated Anker PowerIQ technology allows you to charge other devices via PowerConf at optimized speeds.
See More
Model Number: A3301
PowerConf Bluetooth Speakerphone
 

FAQ

Documents & Drivers

  • Manual

    A3301 Anker PowerConf User Manual

    2022-03-24

  • Declaration of Conformity

    A3301-DOC

    2020-01-08

  • Manual

    how to use

    2020-08-18

  • Manual

    troubleshooting issues

    2020-08-18

  • Manual

    how to use app

    2020-08-18

24-Hour Playtime

PowerConf Bluetooth speakerphone has a built-in 6,700mAh battery to allow you to make up to 24 hours of calls from a single charge.

Universal Compatibility

Use with all leading online conferencing services such as Skype, Google Hangout, Facetime, Zoom, WebEx, GotoMeeting, and Chromebox etc.

Family Calls

PowerConf handles family calls with ease. The other end will hear you clearly even if you’re moving around the room or the kids are talking over each other.

Business Trips

PowerConf Bluetooth speakerphone has a portable build and a lightweight travel case to ensure you can easily take it away on business trips.

Online Class

Don’t want to wear headphones for online classes? Add PowerConf to your setup and be heard by your students or classmates in crystal-clear clarity.

24-Hour Playtime

PowerConf Bluetooth speakerphone has a built-in 6,700mAh battery to allow you to make up to 24 hours of calls from a single charge.

Universal Compatibility

Use with all leading online conferencing services such as Skype, Google Hangout, Facetime, Zoom, WebEx, GotoMeeting, and Chromebox etc.

Family Calls

PowerConf handles family calls with ease. The other end will hear you clearly even if you’re moving around the room or the kids are talking over each other.

Business Trips

PowerConf Bluetooth speakerphone has a portable build and a lightweight travel case to ensure you can easily take it away on business trips.

Online Class

Don’t want to wear headphones for online classes? Add PowerConf to your setup and be heard by your students or classmates in crystal-clear clarity.

FAQ

Documents & Drivers

  • Manual

    A3301 Anker PowerConf User Manual

    2022-03-24

  • Declaration of Conformity

    A3301-DOC

    2020-01-08

  • Manual

    how to use

    2020-08-18

  • Manual

    troubleshooting issues

    2020-08-18

  • Manual

    how to use app

    2020-08-18

Customer Reviews

Based on 121 reviews
92%
(111)
7%
(9)
0%
(0)
1%
(1)
0%
(0)
M
M.A.
Excellent Device

Works perfectly. Sets up really quickly even without the app. Call quality is crystal clear and during tests it performed well even outside the advertised 5m range. Echo control and noise reduction are brilliant! Works with Google Meet without a hiccup.

A
Andres Otano

PowerConf Bluetooth Speakerphone

C
Chaz Marshall
Wonderful!

Works great. Exactly what I needed for my Teams meetings.

M
Mark Lyle

PowerConf Bluetooth Speakerphone

H
Hans Helmerich
Love this device

Far and a way the best speaker & microphone Budug.